]> git.ipfire.org Git - thirdparty/openssl.git/commit
drbg: streamline test for allowed digests
authorPauli <ppzgs1@gmail.com>
Fri, 26 Jul 2024 01:59:09 +0000 (11:59 +1000)
committerPauli <ppzgs1@gmail.com>
Sun, 28 Jul 2024 08:49:52 +0000 (18:49 +1000)
commit9c57eb736e9f4d63380d31f37c6c2a1fa267df9b
tree493b14c86b6f0e1e7a2483bf403a5124da772cce
parent4811efe12fd1af9554718ae15996470a5c2ecd70
drbg: streamline test for allowed digests

Under FIPS, we've got a whitelist of algorithms.  There is no need to then
also check for XOF digests because they aren't possible.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25007)
providers/implementations/rands/drbg.c