aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-02-19 13:44:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-02-19 13:44:47 +0000
commit827c55741ba86495805486faeac98271fc1091b2 (patch)
tree8723e23c53c86c3ffac4367f0e5ce1e2767a97f0 /crypto/asn1/asn1.h
parente0c8c08936660c49664909d4e29e142817681f52 (diff)
downloadopenssl-827c55741ba86495805486faeac98271fc1091b2.tar.gz
Tolerate a SEQUENCE in DN components.
Diffstat (limited to 'crypto/asn1/asn1.h')
-rw-r--r--crypto/asn1/asn1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 8b09dcda87..821a17a62a 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -149,6 +149,7 @@ extern "C" {
#define B_ASN1_UTF8STRING 0x2000
#define B_ASN1_UTCTIME 0x4000
#define B_ASN1_GENERALIZEDTIME 0x8000
+#define B_ASN1_SEQUENCE 0x10000
/* For use with ASN1_mbstring_copy() */
#define MBSTRING_FLAG 0x1000
@@ -591,6 +592,7 @@ typedef struct BIT_STRING_BITNAME_st {
B_ASN1_UNIVERSALSTRING|\
B_ASN1_BMPSTRING|\
B_ASN1_UTF8STRING|\
+ B_ASN1_SEQUENCE|\
B_ASN1_UNKNOWN
#define B_ASN1_DIRECTORYSTRING \