summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-10 15:09:47 +0000
committerBodo Möller <bodo@openssl.org>2001-11-10 15:09:47 +0000
commitfab972b9147229b4df5ef90368bbdfd0657be8de (patch)
treea26a54655b205b4c83aa61cd085da51181fbf8e1 /CHANGES
parenta10b85d9e65d1c0bdc1370b5a86bc637928a7cda (diff)
order chronologically: move entry for recent s2_clnt.c/s2_srvr.c fixes to the top
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index ac34759770..0954b78f61 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.6b and 0.9.6c [XX xxx XXXX]
+ *) Change ssl/s2_clnt.c and ssl/s2_srvr.c so that received handshake
+ messages are stored in a single piece (fixed-length part and
+ variable-length part combined) and fix various bugs found on the way.
+ [Bodo Moeller]
+
*) Disable caching in BIO_gethostbyname(), directly use gethostbyname()
instead. BIO_gethostbyname() does not know what timeouts are
appropriate, so entries would stay in cache even when they have
@@ -24,11 +29,6 @@
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 combined) 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