Jens Alfke <jens@mooseyard.com> [Sat, 06 Jun 2009 15:01:28 -0700] rev 21
* Created class MYCertificateRequest, factored out of MYCertificateInfo.
* Added method to create a MYIdentity directly from a MYCertificateRequest.
* Added raw modulus+exponent accessor and initializer for MYPublicKey.
* Removed obsolete MYCertGen code, and the MYPrivateKey identity-creation method that used it.
Jens Alfke <jens@mooseyard.com> [Fri, 05 Jun 2009 08:57:18 -0700] rev 20
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.
Jens Alfke <jens@mooseyard.com> [Thu, 04 Jun 2009 18:36:30 -0700] rev 19
Whew! MYParsedCertificate can now generate certs from scratch. Also added improvements and fixes to the BER/DER codecs.
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.
Jens Alfke <jens@mooseyard.com> [Sun, 19 Apr 2009 22:05:51 -0700] rev 15
Added tag v0.3 for changeset 3af1d1c0ceb5
snej@snej.local [Sun, 19 Apr 2009 21:19:35 -0700] rev 14
* Some cleanup. Got the test cases to pass again.
* Added some missing copyright notices.
snej@snej.local [Sun, 19 Apr 2009 00:01:41 -0700] rev 13
Implemented wrap/unwrap of session key using a key-pair.
snej@snej.local [Sat, 18 Apr 2009 18:12:06 -0700] rev 12
Working on export/import of symmetric keys, and passphrase entry. Not ready for release quite yet.