2009-08-07Fixed iPhone OS build. (issue 3) default tip
Jens Alfke <jens@mooseyard.com> [Fri, 07 Aug 2009 11:24:53 -0700] rev 28
Fixed iPhone OS build. (issue 3)

2009-07-21MYCertificate now checks validity of self-signed certs loaded from the keychain (because the Security framework doesn't validate self-signed certs.)
Jens Alfke <jens@mooseyard.com> [Tue, 21 Jul 2009 10:13:08 -0700] rev 27
MYCertificate now checks validity of self-signed certs loaded from the keychain (because the Security framework doesn't validate self-signed certs.)

2009-07-01Whew, lots and lots of changes accumulated over the past few weeks. Mostly fixes for bugs I discovered while retrofitting Cloudy to use MYCrypto.
Jens Alfke <jens@mooseyard.com> [Wed, 01 Jul 2009 14:19:13 -0700] rev 26
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-10Changed the X.509 version number in generated certs from 1 to 3, so that SecCertificateCreateFromData on iPhone will accept them. :-/
Jens Alfke <jens@mooseyard.com> [Wed, 10 Jun 2009 09:02:18 -0700] rev 25
Changed the X.509 version number in generated certs from 1 to 3, so that SecCertificateCreateFromData on iPhone will accept them. :-/

2009-06-09* More work on iPhone compatibility.
Jens Alfke <jens@mooseyard.com> [Tue, 09 Jun 2009 23:58:03 -0700] rev 24
* More work on iPhone compatibility.
* Restored the signature-verification code to MYCertInfo, which I'd removed earlier. I now need it to verify self-signed certs, since the Security framework won't do it for me.
* Merged MYCertificate-iPhone.m into MYCertificate.m since there's more shared code now.

2009-06-07A snapshot taken during the long, agonizing crawl toward getting everything running on iPhone.
Jens Alfke <jens@mooseyard.com> [Sun, 07 Jun 2009 21:53:56 -0700] rev 23
A snapshot taken during the long, agonizing crawl toward getting everything running on iPhone.

2009-06-06Added a few comments. That is all.
Jens Alfke <jens@mooseyard.com> [Sat, 06 Jun 2009 15:36:35 -0700] rev 22
Added a few comments. That is all.

2009-06-06* Created class MYCertificateRequest, factored out of MYCertificateInfo.
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.

2009-06-05Factored 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> [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.

2009-06-04Whew! MYParsedCertificate can now generate certs from scratch. Also added improvements and fixes to the BER/DER codecs.
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.

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

2009-04-12* Added MYEncoder/Decoder (CMS)
snej@snej.local [Sun, 12 Apr 2009 22:02:20 -0700] rev 8
* Added MYEncoder/Decoder (CMS)
* Fixed some key-generation parameters to make the keys work with CMS.
* Added MYCrypto+Cocoa, for identity picker.

2009-04-09Added tag v0.1 for changeset 2d7692f9b6b4
snej@snej.local [Thu, 09 Apr 2009 22:47:11 -0700] rev 7
Added tag v0.1 for changeset 2d7692f9b6b4

2009-04-09Updated the README for the 0.1 release. v0.1
snej@snej.local [Thu, 09 Apr 2009 22:46:48 -0700] rev 6
Updated the README for the 0.1 release.

2009-04-09Fixed iPhone build.
snej@snej.local [Thu, 09 Apr 2009 22:27:51 -0700] rev 5
Fixed iPhone build.
Updated README.

2009-04-09* Certificate signing!!!
snej@snej.local [Thu, 09 Apr 2009 21:36:21 -0700] rev 4
* Certificate signing!!!
* MYIdentity class.

2009-04-08* Replaced MYKeyPair with MYPrivateKey.
snej@snej-mbp.mtv.corp.google.com [Wed, 08 Apr 2009 16:30:52 -0700] rev 3
* Replaced MYKeyPair with MYPrivateKey.
* Changed config files.

2009-04-07More work, mostly on documentation.
snej@snej-mbp.mtv.corp.google.com [Tue, 07 Apr 2009 10:56:58 -0700] rev 2
More work, mostly on documentation.

2009-04-04Code cleanup, more header comments.
snej@snej.local [Sat, 04 Apr 2009 22:56:13 -0700] rev 1
Code cleanup, more header comments.

2009-04-04Initial checkin. Passes tests on Mac and in iPhone simulator.
snej@snej.local [Sat, 04 Apr 2009 20:42:03 -0700] rev 0
Initial checkin. Passes tests on Mac and in iPhone simulator.