2009-06-10 Jens Alfke Changed the X.509 version number in generated certs from 1 to 3, so that SecCertificateCreateFromData on iPhone will accept them. :-/
2009-06-09 Jens Alfke * More work on iPhone compatibility.
2009-06-07 Jens Alfke A snapshot taken during the long, agonizing crawl toward getting everything running on iPhone.
2009-06-06 Jens Alfke Added a few comments. That is all.
2009-06-06 Jens Alfke * Created class MYCertificateRequest, factored out of MYCertificateInfo.
2009-06-05 Jens Alfke 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.
2009-06-04 Jens Alfke Whew! MYParsedCertificate can now generate certs from scratch. Also added improvements and fixes to the BER/DER codecs.