Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 9c57eb736e9f4d63380d31f37c6c2a1fa267df9b https://github.com/openssl/openssl/commit/9c57eb736e9f4d63380d31f37c6c2a1fa267df9b Author: Pauli <ppz...@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.lon...@oracle.com> Reviewed-by: Tom Cosgrove <tom.cosgr...@arm.com> Reviewed-by: Neil Horman <nhor...@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