summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-09-09 17:16:42 +0000
committersteve <steve>2011-09-09 17:16:42 +0000
commit1af6a60ed1f1156b3eca5aef160d6ac6dee8f8a1 (patch)
tree1b4cfc74dbe5d2335c35bc2a52cb9465ae77338c /CHANGES
parent9f5f2b0483a6cded6cc2a50bb0595d705c4e3553 (diff)
downloadopenssl-1af6a60ed1f1156b3eca5aef160d6ac6dee8f8a1.tar.gz
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 66e980094..b250c4636 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()