summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-10 01:15:29 +0000
committerBodo Möller <bodo@openssl.org>2001-11-10 01:15:29 +0000
commita807f6460e03f2b056fd53a3c800088e90e7d7d3 (patch)
treecef389c6030cfc3595cd4d975bd324a1cc139a6d /CHANGES
parent19c3f1c40d3cea9920a7ae7254309fdce07bbbb9 (diff)
important SSL 2.0 bugfixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1d34695580..342bf7ad89 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,11 @@
one of the SSL handshake functions.
[Bodo Moeller; problem pointed out by Niko Baric]
+ *) Change ssl/s2_clnt.c and ssl/s3_srvr.c so that received handshake
+ messages are stored in a single piece (fixed-length part and
+ variable-length part) and fix various bugs found on the way.
+ [Bodo Moeller]
+
*) In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert
(sent using the client's version number) if client_version is
smaller than the protocol version in use. Also change