Jens Alfke <jens@mooseyard.com> [Fri, 07 Aug 2009 11:24:53 -0700] rev 28
Fixed iPhone OS build. (issue 3)
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.)
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.
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. :-/
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.
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.
Jens Alfke <jens@mooseyard.com> [Sat, 06 Jun 2009 15:36:35 -0700] rev 22
Added a few comments. That is all.