From fdd3b6421597e412fe3e80f09495caff4c8bd897 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 17 Jan 1999 15:10:33 +0000 Subject: [PATCH] Update CHANGES for GeneralizedTime info. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 9e95081d40..fd45b56aa5 100644 --- 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 ] -- GitLab