From: Dr. Stephen Henson Date: Wed, 28 Jan 2009 12:35:10 +0000 (+0000) Subject: Support NumericString for name components. X-Git-Tag: OpenSSL_0_9_8k~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f35508ae6bc5cb37d27e2ecbde8a1bb819e3346;p=oweals%2Fopenssl.git Support NumericString for name components. --- diff --git a/CHANGES b/CHANGES index dfcb97f81e..accdd8b4ac 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.8j and 0.9.8k [xx XXX xxxx] + *) Support NumericString type for name components. + [Steve Henson] + *) Allow CC in the environment to override the automatically chosen compiler. Note that nothing is done to ensure flags work with the chosen compiler. diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 424cd348bb..f06d942503 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -612,6 +612,7 @@ typedef struct BIT_STRING_BITNAME_st { B_ASN1_GENERALIZEDTIME #define B_ASN1_PRINTABLE \ + B_ASN1_NUMERICSTRING| \ B_ASN1_PRINTABLESTRING| \ B_ASN1_T61STRING| \ B_ASN1_IA5STRING| \