Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 98afa01f3e02fba18f9203b2451113df8f247f7c https://github.com/openssl/openssl/commit/98afa01f3e02fba18f9203b2451113df8f247f7c Author: Pauli <ppz...@gmail.com> Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths: M providers/common/include/prov/fipsindicator.h M providers/fips/fipsindicator.c Log Message: ----------- fips: correctly initialise FIPS indicator settables The `memset(3)` just happened to work because 2s complement. This is more robust. Also reduced the size of the indicator structure. Reviewed-by: Tom Cosgrove <tom.cosgr...@arm.com> Reviewed-by: Shane Lontis <shane.lon...@oracle.com> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24923) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications