[openssl/openssl] 9c57eb: drbg: streamline test for allowed digests
Pauli
noreply at github.com
Sun Jul 28 08:51:57 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 9c57eb736e9f4d63380d31f37c6c2a1fa267df9b
https://github.com/openssl/openssl/commit/9c57eb736e9f4d63380d31f37c6c2a1fa267df9b
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-28 (Sun, 28 Jul 2024)
Changed paths:
M providers/implementations/rands/drbg.c
Log Message:
-----------
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 at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25007)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list