order chronologically: move entry for recent s2_clnt.c/s2_srvr.c fixes to the top
authorBodo Möller <bodo@openssl.org>
Sat, 10 Nov 2001 15:09:47 +0000 (15:09 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 10 Nov 2001 15:09:47 +0000 (15:09 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index ac3475977040382e1565d801b92688eb0f92f0b8..0954b78f6186fa68e891ca0258b9ca24ec252140 100644 (file)
--- 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
      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