summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-13 14:07:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-13 14:07:36 +0000
commit20bee9684d5bf04193b298eb1e2dfd52ca232282 (patch)
treee953e11e5c9499c5a0fa1b36972585e468d5a230 /CHANGES
parent0c58d22ad99f548def13574af90087ebaa3e88f3 (diff)
Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 795ada567e..d5e535b593 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Add DH parameters from RFC5114 including test data to dhtest.
+ [Steve Henson]
+
*) Update fips_test_suite to support multiple command line options. New
test to induce all self test errors in sequence and check expected
failures.