summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-09 17:16:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-09 17:16:43 +0000
commit7fdcb45745c01b90b256fe97e87eae31453e11e6 (patch)
tree8533f8d520850c5d4064f4f77c6c14559e7e9c82 /CHANGES
parente4588dc486b947cf243b64ceab31acb637d40233 (diff)
Add support for Dual EC DRBG from SP800-90. Include updates to algorithm
tests and POST code.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 66e9800948..b250c46363 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,11 +4,15 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Add support for Dual EC DRBG from SP800-90. Update DRBG algorithm test
+ and POST to handle Dual EC cases.
+ [Steve Henson]
+
*) Add support for canonical generation of DSA parameter 'g'. See
FIPS 186-3 A.2.3.
- *) Add support for HMAC DRBG from SP800-90. Update algorithm and POST
- to handle HMAC cases.
+ *) Add support for HMAC DRBG from SP800-90. Update DRBG algorithm test and
+ POST to handle HMAC cases.
[Steve Henson]
*) Add functions FIPS_module_version() and FIPS_module_version_text()