Discuss http://www.shoup.net/papers/oaep.ps.Z
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index f1773f7a4e27a4dc4901d054d2b92bc36b5112e8..4197e739e1d154f57732d08a6a8d0edfe4e88d9e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,11 +3,17 @@
 
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
+  *) Changed the LHASH code to use prototypes for callbacks, and created
+     macros to declare and implement thin (optionally static) functions
+     that provide type-safety and avoid function pointer casting for the
+     type-specific callbacks.
+     [Geoff Thorpe]
+
   *) Use better test patterns in bntest.
      [Ulf Möller]
 
-  *) Added Kerberos Cipher Suites to be used with TLS, as written in RFC
-     2712.
+  *) Added Kerberos Cipher Suites to be used with TLS, as written in
+     RFC 2712.
      [Veers Staats <staatsvr@asc.hpc.mil>,
       Jeffrey Altman <jaltman@columbia.edu>, via Richard Levitte]