# HG changeset patch # User Jens Alfke # Date 1244327795 25200 # Node ID 058394513f333982f519a75517199622c0b00e32 # Parent 2c300b15b381c14dd60d29d56927753da03b59df Added a few comments. That is all. diff -r 2c300b15b381 -r 058394513f33 MYCertGen.h --- a/MYCertGen.h Sat Jun 06 15:01:28 2009 -0700 +++ b/MYCertGen.h Sat Jun 06 15:36:35 2009 -0700 @@ -4,8 +4,9 @@ // // Created by Jens Alfke on 4/3/09. // Copyright 2009 Jens Alfke. All rights reserved. -// -// Derived from ... + +// NOTE: This module has been replaced by MYCertificateInfo, which isn't dependent on +// CSSM APIs that aren't available on iPhone. #import #import diff -r 2c300b15b381 -r 058394513f33 MYCertGen.m --- a/MYCertGen.m Sat Jun 06 15:01:28 2009 -0700 +++ b/MYCertGen.m Sat Jun 06 15:36:35 2009 -0700 @@ -6,6 +6,9 @@ // Copyright 2009 Jens Alfke. All rights reserved. // +// NOTE: This module has been replaced by MYCertificateInfo, which isn't dependent on +// CSSM APIs that aren't available on iPhone. + // Derived from ... // diff -r 2c300b15b381 -r 058394513f33 MYCertificateInfo.h --- a/MYCertificateInfo.h Sat Jun 06 15:01:28 2009 -0700 +++ b/MYCertificateInfo.h Sat Jun 06 15:36:35 2009 -0700 @@ -39,6 +39,8 @@ +/** A mutable, unsigned certificate that can be filled out and then signed by the issuer. + Used to generate an identity certificate for a key-pair. */ @interface MYCertificateRequest : MYCertificateInfo { @private