2009-06-03Fixed 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: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.

2009-06-03Added 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> [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.

2009-06-02* Added ASN.1 / BER / DER utilities, to be used in generating and parsing X.509 certs.
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.

2009-04-19Added tag v0.3 for changeset 3af1d1c0ceb5
Jens Alfke <jens@mooseyard.com> [Sun, 19 Apr 2009 22:05:51 -0700] rev 15
Added tag v0.3 for changeset 3af1d1c0ceb5

2009-04-19* Some cleanup. Got the test cases to pass again. v0.3
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.

2009-04-19Implemented wrap/unwrap of session key using a key-pair.
snej@snej.local [Sun, 19 Apr 2009 00:01:41 -0700] rev 13
Implemented wrap/unwrap of session key using a key-pair.

2009-04-18Working on export/import of symmetric keys, and passphrase entry. Not ready for release quite yet.
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.

2009-04-14* The build process runs Doxygen only if it's installed (i.e. on the shell search path).
snej@snej.local [Tue, 14 Apr 2009 18:34:52 -0700] rev 11
* The build process runs Doxygen only if it's installed (i.e. on the shell search path).
* Added instructions to the README on setting up a named Source Tree for MYUtilities.
* Changed the RSA key size in MYCryptoTest to 2048 and made it a named constant.

2009-04-12Added tag v0.2 for changeset aa5eb3fd6ebf
snej@snej.local [Sun, 12 Apr 2009 22:16:38 -0700] rev 10
Added tag v0.2 for changeset aa5eb3fd6ebf

2009-04-12Doc touch-up v0.2
snej@snej.local [Sun, 12 Apr 2009 22:16:14 -0700] rev 9
Doc touch-up