fix no-dh configure option; patch supplied by Peter Meerwald
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4a314be6a99b97745ebc614a0c5c466ad9d2894c..fd370b6ef61706230065c9ad299be04e30450089 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,17 @@
 
  Changes between 0.9.8a and 0.9.8b  [XX xxx XXXX]
 
+  *) Link in manifests for VC++ if needed.
+     [Austin Ziegler <halostatue@gmail.com>]
+
+  *) Update support for ECC-based TLS ciphersuites according to
+     draft-ietf-tls-ecc-12.txt with proposed changes.
+     [Douglas Stebila]
+
+  *) New functions EVP_CIPHER_CTX_new() and EVP_CIPHER_CTX_free() to support
+     opaque EVP_CIPHER_CTX handling.
+     [Steve Henson]
+
   *) Fixes and enhancements to zlib compression code. We now only use
      "zlib1.dll" and use the default __cdecl calling convention on Win32
      to conform with the standards mentioned here: