Print out UTF8 and NumericString types in ASN1 parsing utility.
diff --git a/CHANGES b/CHANGES
index ba1feb0..580a735 100644
--- a/CHANGES
+++ b/CHANGES
@@ -745,6 +745,9 @@
Changes between 0.9.8j and 0.9.8k [xx XXX xxxx]
+ *) Print out UTF8String and NumericString when parsing ASN1.
+ [Steve Henson]
+
*) Support NumericString type for name components.
[Steve Henson]
diff --git a/crypto/asn1/asn1_par.c b/crypto/asn1/asn1_par.c
index c322dec..688eb82 100644
--- a/crypto/asn1/asn1_par.c
+++ b/crypto/asn1/asn1_par.c
@@ -206,6 +206,8 @@
(tag == V_ASN1_T61STRING) ||
(tag == V_ASN1_IA5STRING) ||
(tag == V_ASN1_VISIBLESTRING) ||
+ (tag == V_ASN1_NUMERICSTRING) ||
+ (tag == V_ASN1_UTF8STRING) ||
(tag == V_ASN1_UTCTIME) ||
(tag == V_ASN1_GENERALIZEDTIME))
{