Jens Alfke <jens@mooseyard.com> [Wed, 03 Jun 2009 17:22:42 -0700] rev 18
 
Fixed DEREncoder test case to use the test self-signed cert, not the iphone dev cert, which doesn't pass the test case yet.
Jens Alfke <jens@mooseyard.com> [Wed, 03 Jun 2009 17:20:53 -0700] rev 17
 
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.
Jens Alfke <jens@mooseyard.com> [Tue, 02 Jun 2009 13:16:28 -0700] rev 16
 
* Added ASN.1 / BER / DER utilities, to be used in generating and parsing X.509 certs.
* Added Keychain user-interaction-allowed setter. Added doc comments to MYSymmetricKey.