summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-22 14:01:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-22 14:01:25 +0000
commitcb71870dfa4e79300d445de2f6ecdc11d1c29126 (patch)
treecbee76407c214b9e7e4a5755154ac342d9ffb7b9 /CHANGES
parent456d883a2596cb5792a8c18588fa2a906f726c5a (diff)
Use function name FIPS_drbg_health_check() for health check function.
Add explanatory comments to health check code.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 85dabd2713..cdd1dc15ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,8 @@
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
+ FIPS_drbg_health_check() 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]