X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=85dabd2713bbeaecfe8acc0f8e855b9a17cc6cd0;hp=c4e8639122091cc8751f1dc29db8fd645c684bfb;hb=4420b3b17acf19f78f4fdea1a69d5f0a644c8154;hpb=e74ac3f8307ba2a49b4ce5e6c56216b5a69531c2 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]