aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/trunk/crypto/x509v3/v3_addr.c4
-rw-r--r--openssl/trunk/crypto/x509v3/v3_asid.c4
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)