summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-08 22:55:28 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-08 22:55:28 +0000
commitfbe792f0ac378a56ba77178bb319d07ed42df0e4 (patch)
treec0b7bd90c8bc454100e4efd91bc59a50a70d02b2 /CHANGES
parent14a7cfb32a0347a4bc620ae1b552b21c4c1e270b (diff)
0.9.6f is released
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 231986b27b..7861246aa8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -228,7 +228,7 @@
EC_GROUP_get_nid()
[Nils Larsch <nla@trustcenter.de, Bodo Moeller]
- Changes between 0.9.6e and 0.9.7 [XX xxx 2002]
+ Changes between 0.9.6g and 0.9.7 [XX xxx 2002]
*) Make sure tests can be performed even if the corresponding algorithms
have been removed entirely. This was also the last step to make
@@ -1893,7 +1893,11 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
*) Clean old EAY MD5 hack from e_os.h.
[Richard Levitte]
- Changes between 0.9.6e and 0.9.6f [XX xxx XXXX]
+ Changes between 0.9.6f and 0.9.6g [XX xxx XXXX]
+
+ *)
+
+ Changes between 0.9.6e and 0.9.6f [8 Aug 2002]
*) Fix ASN1 checks. Check for overflow by comparing with LONG_MAX
and get fix the header length calculation.