summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-11-12 17:28:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-11-12 17:28:18 +0000
commited551cddf7130a43d992f386e26071e9ee6f105a (patch)
tree58cb5d24e5cfd04d97d5c4efa7344097a8cefb5a /CHANGES
parent5aca224ecd7fcbcb39b3e302106708cd2f6f0fb9 (diff)
Update from stable branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b49f83e8de..dc95e026ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -725,6 +725,12 @@
[NTT]
Changes between 0.9.8i and 0.9.8j [xx XXX xxxx]
+
+ *) 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]
*) Add JPAKE support, including demo authentication in s_client and
s_server.