summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-21 17:04:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-21 17:04:56 +0000
commit4420b3b17acf19f78f4fdea1a69d5f0a644c8154 (patch)
tree720d7c471443701477854133fb5fa2e76962a7c3 /CHANGES
parente74ac3f8307ba2a49b4ce5e6c56216b5a69531c2 (diff)
Revise DRBG to split between internal and external flags.
One demand health check function. Perform generation test in fips_test_suite. Option to skip dh test if fips_test_suite.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4e8639122..85dabd2713 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Use separate DRBG fields for internal and external flags. New function
+ FIPS_drbg_test() to perform on demand health checking. Add generation
+ tests to fips_test_suite with reduced health check interval to
+ demonstrate periodic health checking. Add "nodh" option to
+ fips_test_suite to skip very slow DH test.
+ [Steve Henson]
+
*) New function FIPS_get_cipherbynid() to lookup FIPS supported ciphers
based on NID.
[Steve Henson]