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:
authorRichard Levitte <levitte@openssl.org>2002-11-15 12:17:45 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-15 12:17:45 +0300
commit0439a5a8a7bc14787af0d8c7a22b89368135f43c (patch)
tree54b6de70165c6db650d3c232214e536c821dfebe /CHANGES
parent8ffe66b4ce1a260ac858703a41ff1ef6c590c20c (diff)
We need to read one more byte of the REQUEST-CERTIFICATE message.
PR: 300
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7d1f0cbb27..be60af6fa9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1771,6 +1771,10 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
Changes between 0.9.6g and 0.9.6h [xx XXX xxxx]
+ *) Fix client_certificate (ssl/s2_clnt.c): The permissible total
+ length of the REQUEST-CERTIFICATE message is 18 .. 34, not 17 .. 33.
+ [Zeev Lieber <zeev-l@yahoo.com>]
+
*) Change the default configuration reader to deal with last line not
being properly terminated.
[Richard Levitte]