summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-07 00:32:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-07 00:32:34 +0000
commitafb14cda8c70d18b97bbf3419bd308ba5b65f3b9 (patch)
tree43a957b007b873f03c827709ab6a02b8be3dc985 /CHANGES
parentdf0cdf4ceb9560a88c1d694ae9cd203b654af09b (diff)
Initial experimental support for X9.42 DH parameter format to handle
RFC5114 parameters and X9.42 DH public and private keys.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a453a7bf8d..4a0ce55c56 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Initial experimental support for X9.42 DH parameter format: mainly
+ to support use of 'q' parameter for RFC5114 parameters.
+ [Steve Henson]
+
*) Add DH parameters from RFC5114 including test data to dhtest.
[Steve Henson]