diff options
author | levitte <levitte> | 2002-11-15 09:17:14 +0000 |
---|---|---|
committer | levitte <levitte> | 2002-11-15 09:17:14 +0000 |
commit | 3131b635b3f54e33220384f5fd8f882b2895e898 (patch) | |
tree | 6463c5402ea9e7568d6580d3dd46f16b6e8837b6 /CHANGES | |
parent | 49cdded166fd25de23cb1f211c1cf86666866bf8 (diff) | |
download | openssl-3131b635b3f54e33220384f5fd8f882b2895e898.tar.gz |
We need to read one more byte of the REQUEST-CERTIFICATE message.
PR: 300
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |