Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-07-21 19:08:03 +0400
committerBodo Möller <bodo@openssl.org>2003-07-21 19:08:03 +0400
commit2f4335ec2ba2c899b452a99585b21e04421d65fa (patch)
tree871ed5f623a8b4660243f06fbcfcdff4fe88de5c /CHANGES
parent2ab07407852fa40d188ecb482af0894b28175f56 (diff)
fix: 0.9.7 is based on 0.9.6h, not on 0.9.6k
typo in 0.9.6k section
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 85e32d0902..87e5ea66b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -139,7 +139,7 @@
the config script, much like the NetBSD support.
[Richard Levitte & Kris Kennaway <kris@obsecurity.org>]
- Changes between 0.9.6k and 0.9.7 [31 Dec 2002]
+ Changes between 0.9.6h and 0.9.7 [31 Dec 2002]
*) Fix session ID handling in SSLv2 client code: the SERVER FINISHED
code (06) was taken as the first octet of the session ID and the last
@@ -1961,7 +1961,7 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
Changes between 0.9.6j and 0.9.6k [xx XXX 2003]
- *) Change X509_cretificate_type() to mark the key as exported/exportable
+ *) Change X509_certificate_type() to mark the key as exported/exportable
when it's 512 *bits* long, not 512 bytes.
[Richard Levitte]