From fab972b9147229b4df5ef90368bbdfd0657be8de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 10 Nov 2001 15:09:47 +0000 Subject: [PATCH] order chronologically: move entry for recent s2_clnt.c/s2_srvr.c fixes to the top --- CHANGES | 10 +++++----- 1 file 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 -- 2.25.1