MYCertificate.m
2009-07-21 MYCertificate now checks validity of self-signed certs loaded from the keychain (because the Security framework doesn't validate self-signed certs.)
2009-07-01 Whew, lots and lots of changes accumulated over the past few weeks. Mostly fixes for bugs I discovered while retrofitting Cloudy to use MYCrypto.
2009-06-09 * More work on iPhone compatibility.
2009-06-06 * Created class MYCertificateRequest, factored out of MYCertificateInfo.
2009-06-02 * Added ASN.1 / BER / DER utilities, to be used in generating and parsing X.509 certs.
2009-04-19 * Some cleanup. Got the test cases to pass again.
2009-04-18 Working on export/import of symmetric keys, and passphrase entry. Not ready for release quite yet.
2009-04-12 * Added MYEncoder/Decoder (CMS)
2009-04-07 More work, mostly on documentation.
2009-04-04 Initial checkin. Passes tests on Mac and in iPhone simulator.