Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().
authorDr. Stephen Henson <steve@openssl.org>
Mon, 10 Nov 2003 01:37:23 +0000 (01:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 10 Nov 2003 01:37:23 +0000 (01:37 +0000)
CHANGES
crypto/asn1/a_strex.c

diff --git a/CHANGES b/CHANGES
index e3b0623c0d7d294fe2a757de79c440c890f3342b..f3c304af7c9a40c494f591cee22ddca69fdb975a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      [Richard Levitte]
 
  Changes between 0.9.7c and 0.9.7d  [xx XXX XXXX]
      [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 <Peter.Sylvester@EdelWeb.fr>]
+
   *) Use the correct content when signing type "other".
      [Steve Henson]
 
   *) Use the correct content when signing type "other".
      [Steve Henson]
 
index 8abfdfe59804109473cec23ec3559caa93a33a09..bde666a6ff1553328edb70ec66b04aa67790a518 100644 (file)
@@ -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, 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 */
 };
        -1, 1, -1,              /* 25-27 */
        4, -1, 2                /* 28-30 */
 };