GeneralString support in mini-ASN1 compiler
authorDr. Stephen Henson <steve@openssl.org>
Tue, 11 Feb 2003 14:06:27 +0000 (14:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 11 Feb 2003 14:06:27 +0000 (14:06 +0000)
crypto/asn1/asn1_gen.c
doc/crypto/ASN1_generate_nconf.pod

index 097b4b8ecfe5223dedfff740f60953f3ad2df0fa..3d9d2ce07b9940f0fcb1cc05123ac6140932ca08 100644 (file)
@@ -578,6 +578,8 @@ static int asn1_str2tag(const char *tagstr, int len)
                ASN1_GEN_STR("T61", V_ASN1_T61STRING),
                ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING),
                ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING),
+               ASN1_GEN_STR("GeneralString", V_ASN1_GENERALSTRING),
+               ASN1_GEN_STR("GENSTR", V_ASN1_GENERALSTRING),
 
                /* Special cases */
                ASN1_GEN_STR("SEQUENCE", V_ASN1_SEQUENCE),
index b4c89377f6a331d38db2a02aaec4072415c4ce86..ba6e3c2e81401a375c8c99c8535ad9185fe160c1 100644 (file)
@@ -97,7 +97,7 @@ bits is set to zero.
 =item B<UNIVERSALSTRING>, B<UNIV>, B<IA5>, B<IA5STRING>, B<UTF8>,
 B<UTF8String>, B<BMP>, B<BMPSTRING>, B<VISIBLESTRING>,
 B<VISIBLE>, B<PRINTABLESTRING>, B<PRINTABLE>, B<T61>,
-B<T61STRING>, B<TELETEXSTRING>
+B<T61STRING>, B<TELETEXSTRING>, B<GeneralString>
 
 These encode the corresponding string types. B<value> represents the
 contents of this structure. The format can be B<ASCII> or B<UTF8>.