summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-17 16:55:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-17 16:55:24 +0000
commit96ec46f7c03a94f74cc05ebdf7a8889174acb28d (patch)
treee3c57b7e393c011ded8d423f9a5a1688a46413c7 /CHANGES
parent27131fe8f7418bf22b1e3000ea6a5d7b1ec8ebd4 (diff)
Implement health checks needed by SP800-90.
Fix warnings. Instantiate DRBGs at maximum strength.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7ab81cb908..9395529e39 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Extensive self tests and health checking required by SP800-90 DRBG.
+ Remove strength parameter from FIPS_drbg_instantiate and always
+ instantiate at maximum supported strength.
+ [Steve Henson]
+
*) Add SRP support.
[Tom Wu <tjw@cs.stanford.edu> and Ben Laurie]