Support NumericString for name components.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 28 Jan 2009 12:35:10 +0000 (12:35 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 28 Jan 2009 12:35:10 +0000 (12:35 +0000)
CHANGES
crypto/asn1/asn1.h

diff --git a/CHANGES b/CHANGES
index dfcb97f81ead2f5739d85db6e3284b945a7640a4..accdd8b4ac76f31e0320cdc83f290909527e0bde 100644 (file)
--- 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.
index 424cd348bb5e1b394447b2a86e3d0f24e4e71680..f06d942503ad25a20e055c59d819665ac5ed4a88 100644 (file)
@@ -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| \