summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-09-28 00:44:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-09-28 00:44:44 +0000
commitd46c1a8126efe3942bc165af5bdf40fb145c1365 (patch)
tree2d975c7018d56761ed413e782b5602e99c3be82e /CHANGES
parente32587d5a605f897c6683c280c792b3b21fbaa36 (diff)
Support fractional seconds in GeneralizedTime
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 349ede197e..d5959af5e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ +) Change ASN1_GENERALIZEDTIME_check() to allow fractional seconds.
+ [Steve Henson]
+
+) Change mkdef.pl to sort symbols that get the same entry number,
and make sure the automatically generated functions ERR_load_*
become part of libeay.num as well.