From: Dr. Stephen Henson Date: Mon, 10 Nov 2003 01:37:23 +0000 (+0000) Subject: Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex(). X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2e8a6f2da1d5a8e842f71511c68d1088629912;p=thirdparty%2Fopenssl.git Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex(). --- diff --git a/CHANGES b/CHANGES index e3b0623c0d7..f3c304af7c9 100644 --- a/CHANGES +++ b/CHANGES @@ -616,6 +616,10 @@ [Richard Levitte] Changes between 0.9.7c and 0.9.7d [xx XXX XXXX] + + *) Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex(). + [Peter Sylvester ] + *) Use the correct content when signing type "other". [Steve Henson] diff --git a/crypto/asn1/a_strex.c b/crypto/asn1/a_strex.c index 8abfdfe5980..bde666a6ff1 100644 --- a/crypto/asn1/a_strex.c +++ b/crypto/asn1/a_strex.c @@ -285,7 +285,7 @@ const static signed char tag2nbyte[] = { -1, -1, 0, -1, /* 10-13 */ -1, -1, -1, -1, /* 15-17 */ -1, 1, 1, /* 18-20 */ - -1, 1, -1,-1, /* 21-24 */ + -1, 1, 1, 1, /* 21-24 */ -1, 1, -1, /* 25-27 */ 4, -1, 2 /* 28-30 */ };