summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-07 12:44:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-07 12:44:03 +0000
commit2ca873e8d898e8a232ea707227400213980059a4 (patch)
treedefc409988e6de614d7b95e3ac7bee0028823dba /CHANGES
parent7a2362611fb7fc9b95cb47604dd5b2635c8b458f (diff)
transparently handle X9.42 DH parameters
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4a0ce55c56..ddf9059ef4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Transparently support X9.42 DH parameters when calling
+ PEM_read_bio_DHparameters. This means existing applications can handle
+ the new parameter format automatically.
+ [Steve Henson]
+
*) Initial experimental support for X9.42 DH parameter format: mainly
to support use of 'q' parameter for RFC5114 parameters.
[Steve Henson]