openssl/crypto/rand
Matt Caswell 53a11c6da0 Change the DRBG HMAC implementation to lookup allowed digest names
As per the previous commit we make the same change for DRBG HMAC and
more closely align the FIPS_MODE and non FIPS_MODE implementations.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9035)
2019-06-28 10:22:21 +01:00
..
build.info Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
drbg_ctr.c Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
drbg_hash.c Change the DRBG HASH implementation to lookup all allowed algorithm names 2019-06-28 10:22:21 +01:00
drbg_hmac.c Change the DRBG HMAC implementation to lookup allowed digest names 2019-06-28 10:22:21 +01:00
drbg_lib.c Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
rand_crng_test.c Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
rand_egd.c
rand_err.c Reseeding without derivation function is not supported in FIPS mode. 2019-04-11 08:52:22 +10:00
rand_lcl.h Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
rand_lib.c Move the rand_nonce_lock code into drbg_lib.c 2019-06-07 12:04:42 +01:00
rand_unix.c Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
rand_vms.c Clear seed source structures. 2019-03-29 20:11:41 +10:00
rand_vxworks.c Use vxRandLib for VxWorks7 2019-05-02 23:32:44 +02:00
rand_win.c Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 09:51:24 +00:00