For some experiments, it is sometimes nice to serve files with complete
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index b3a6f2f40f496969c3d9b150e0ee8c5a8339722a..f4298c93bc561b5651af8dfb582982d90fe7e353 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,28 @@
 
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
-   *) Replace rdtsc with _emit statements for VC++ version 5.
-      [Jeremy Cooper <jeremy@baymoo.org>]
+  *) Add the -HTTP option to s_server.  It is similar to -WWW, but requires
+     that the file contains a complete HTTP response.
+     [Richard Levitte]
+
+  *) Add the ec directory to mkdef.pl and mkfiles.pl. In mkdef.pl
+     change the def and num file printf format specifier from "%-40sXXX"
+     to "%-39s XXX". The latter will always guarantee a space after the
+     field while the former will cause them to run together if the field
+     is 40 of more characters long.
+     [Steve Henson]
+
+  *) Constify the cipher and digest 'method' functions and structures
+     and modify related functions to take constant EVP_MD and EVP_CIPHER
+     pointers.
+     [Steve Henson]
+
+  *) Implement ssl23_peek (analogous to ssl23_read), which previously
+     did not exist.
+     [Bodo Moeller]
+
+  *) Replace rdtsc with _emit statements for VC++ version 5.
+     [Jeremy Cooper <jeremy@baymoo.org>]
 
   *) Hide BN_CTX structure details in bn_lcl.h instead of publishing them
      in <openssl/bn.h>.  Also further increase BN_CTX_NUM to 24.