diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-27 22:56:46 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-27 22:56:46 +0000 |
commit | 2af7e68bd65392d0d930e798caf0c48fc1f4e6f8 (patch) | |
tree | 28275316bbcf5f2f6a21d0690d851558afcbc58e /openssl/trunk/crypto | |
parent | 55309e6566868865595711bcb131c6979f0708e4 (diff) |
Update comments
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=109
Diffstat (limited to 'openssl/trunk/crypto')
-rw-r--r-- | openssl/trunk/crypto/x509v3/v3_addr.c | 4 | ||||
-rw-r--r-- | openssl/trunk/crypto/x509v3/v3_asid.c | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/openssl/trunk/crypto/x509v3/v3_addr.c b/openssl/trunk/crypto/x509v3/v3_addr.c index ee398fa9..12e9a136 100644 --- a/openssl/trunk/crypto/x509v3/v3_addr.c +++ b/openssl/trunk/crypto/x509v3/v3_addr.c @@ -17,9 +17,7 @@ /* $Id$ */ /* - * Initial attempt to implement RFC 3779 section 2. I'd be very - * surprised if this even compiled yet, as I'm still figuring out - * OpenSSL's ASN.1 template goop. + * Implementation of RFC 3779 section 2.2. */ #include <stdio.h> diff --git a/openssl/trunk/crypto/x509v3/v3_asid.c b/openssl/trunk/crypto/x509v3/v3_asid.c index aa7302fd..764688dd 100644 --- a/openssl/trunk/crypto/x509v3/v3_asid.c +++ b/openssl/trunk/crypto/x509v3/v3_asid.c @@ -30,6 +30,10 @@ #include <openssl/x509v3.h> #include <openssl/bn.h> +/* + * OpenSSL ASN.1 template translation of RFC 3779 3.2.3. + */ + ASN1_SEQUENCE(ASRange) = { ASN1_SIMPLE(ASRange, min, ASN1_INTEGER), ASN1_SIMPLE(ASRange, max, ASN1_INTEGER) |