Mercurial
MYCrypto
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
tip
MYDEREncoder.m
2009-06-06
* Created class MYCertificateRequest, factored out of MYCertificateInfo.
file
|
diff
|
annotate
2009-06-05
Factored out the name accessors of MYParsedCertificate into a new class MYCertificateName, so that both subject and issuer can be accessed. A bit of other cleanup too.
file
|
diff
|
annotate
2009-06-04
Whew! MYParsedCertificate can now generate certs from scratch. Also added improvements and fixes to the BER/DER codecs.
file
|
diff
|
annotate
2009-06-03
Fixed DEREncoder test case to use the test self-signed cert, not the iphone dev cert, which doesn't pass the test case yet.
file
|
diff
|
annotate
2009-06-03
Added MYParsedCertificate, for working with the innards of X.509 certs. Currently it can parse cert data, extract the public key, and verify the signature. More to come.
file
|
diff
|
annotate
2009-06-02
* Added ASN.1 / BER / DER utilities, to be used in generating and parsing X.509 certs.
file
|
diff
|
annotate
(0)
tip