summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2008-12-02 01:21:39 +0000
committerBodo Möller <bodo@openssl.org>2008-12-02 01:21:39 +0000
commit7a76219774f3b6b18e2382280b4b85bfb0513367 (patch)
tree52a121e5dffd6c695942d66af865ae3810e6bb52 /CHANGES
parent2900fc8ae17f1bc0ae03af22bfdb9adabedfeac1 (diff)
Implement Configure option pattern "experimental-foo"
(specifically, "experimental-jpake").
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 034b46d08a..213927b375 100644
--- a/CHANGES
+++ b/CHANGES
@@ -730,15 +730,19 @@
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>]
+ multithreaded or not. (This does not release the developer from the
+ obligation to set up the dynamic locking callbacks.)
+ [Sander Temme <sander@temme.net>]
*) 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.
+ *) Tweak Configure so that you need to say "experimental-jpake" to enable
+ JPAKE, and need to use -DOPENSSL_EXPERIMENTAL_JPAKE in applications.
+ [Bodo Moeller]
+
+ *) Add experimental JPAKE support, including demo authentication in
+ s_client and s_server.
[Ben Laurie]
*) Set the comparison function in v3_addr_canonize().