summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-11-19 14:21:27 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-11-19 14:21:27 +0000
commit31636a3ed1bc795656c8764cffec273454827776 (patch)
tree1849b909096ed8d09a6219780cdd6b098c8ff547 /CHANGES
parentf3b7bdadbcd94ae5d0b9f31ac549510621f6963e (diff)
Allow the CHIL engine to load even if dynamic locks aren't registered.
Submitted by: Sander Temme
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 74da83b532..e255b7cdea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -728,13 +728,21 @@
[NTT]
Changes between 0.9.8i and 0.9.8j [xx XXX xxxx]
-
+
+ *) Allow the CHIL engine to be loaded, whether the application is
+ multithreaded or not. (This does not release the developer from the
+ obligation to set up the dynamic locking callbacks.)
+ [Sander Temme <sander@temme.net>]
+
*) Update Configure code and WIN32 build scripts to support experimental
code. This is surrounded by OPENSSL_EXPERIMENTAL_FOO and not compiled
in by default. Using the configuration option "enable-experimental-foo"
enables it. Use this option for JPAKE.
[Steve Henson]
+ *) Use correct exit code if there is an error in dgst command.
+ [Steve Henson; problem pointed out by Roland Dirlewanger]
+
*) Add JPAKE support, including demo authentication in s_client and
s_server.
[Ben Laurie]