Added a few comments. That is all.
1.1 --- a/MYCertGen.h Sat Jun 06 15:01:28 2009 -0700
1.2 +++ b/MYCertGen.h Sat Jun 06 15:36:35 2009 -0700
1.3 @@ -4,8 +4,9 @@
1.4 //
1.5 // Created by Jens Alfke on 4/3/09.
1.6 // Copyright 2009 Jens Alfke. All rights reserved.
1.7 -//
1.8 -// Derived from ...
1.9 +
1.10 +// NOTE: This module has been replaced by MYCertificateInfo, which isn't dependent on
1.11 +// CSSM APIs that aren't available on iPhone.
1.12
1.13 #import <Foundation/Foundation.h>
1.14 #import <Security/Security.h>
2.1 --- a/MYCertGen.m Sat Jun 06 15:01:28 2009 -0700
2.2 +++ b/MYCertGen.m Sat Jun 06 15:36:35 2009 -0700
2.3 @@ -6,6 +6,9 @@
2.4 // Copyright 2009 Jens Alfke. All rights reserved.
2.5 //
2.6
2.7 +// NOTE: This module has been replaced by MYCertificateInfo, which isn't dependent on
2.8 +// CSSM APIs that aren't available on iPhone.
2.9 +
2.10 // Derived from ...
2.11
2.12 //
3.1 --- a/MYCertificateInfo.h Sat Jun 06 15:01:28 2009 -0700
3.2 +++ b/MYCertificateInfo.h Sat Jun 06 15:36:35 2009 -0700
3.3 @@ -39,6 +39,8 @@
3.4
3.5
3.6
3.7 +/** A mutable, unsigned certificate that can be filled out and then signed by the issuer.
3.8 + Used to generate an identity certificate for a key-pair. */
3.9 @interface MYCertificateRequest : MYCertificateInfo
3.10 {
3.11 @private