MYCrypto.xcodeproj/project.pbxproj
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-06 * Created class MYCertificateRequest, factored out of MYCertificateInfo.
2009-06-04 Whew! MYParsedCertificate can now generate certs from scratch. Also added improvements and fixes to the BER/DER codecs.
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.
2009-06-02 * Added ASN.1 / BER / DER utilities, to be used in generating and parsing X.509 certs.
2009-04-19 Implemented wrap/unwrap of session key using a key-pair.
2009-04-18 Working on export/import of symmetric keys, and passphrase entry. Not ready for release quite yet.
2009-04-14 * The build process runs Doxygen only if it's installed (i.e. on the shell search path).
2009-04-12 Doc touch-up
2009-04-12 * Added MYEncoder/Decoder (CMS)
2009-04-09 * Certificate signing!!!
2009-04-08 * Replaced MYKeyPair with MYPrivateKey.
2009-04-07 More work, mostly on documentation.
2009-04-04 Initial checkin. Passes tests on Mac and in iPhone simulator.