Update CHANGES for GeneralizedTime info.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 17 Jan 1999 15:10:33 +0000 (15:10 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 17 Jan 1999 15:10:33 +0000 (15:10 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 9e95081d40f9826a206816f764233d847e8b9068..fd45b56aa5fea292e2f56d444ffa9849ccab2d5b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,13 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Beginning of support for GeneralizedTime. d2i, i2d, check and print
+     functions. Also ASN1_TIME suite which is a CHOICE of UTCTime or
+     GeneralizedTime. ASN1_TIME is the proper type used in certificates et
+     al: it's just almost always a UTCTime. Note this patch adds new error
+     codes so do a "make errors" if there are problems.
+     [Steve Henson]
+
   *) Correct Linux 1 recognition in config.
      [Ulf Möller <ulf@fitug.de>]