]> git.ipfire.org Git - thirdparty/openssl.git/commit
cleanup: Use 32 bits instead of 40 bits to perform AND operation in aes implementation.
authorSahana Prasad <sahana@redhat.com>
Mon, 9 Feb 2026 10:17:30 +0000 (11:17 +0100)
committerNikola Pajkovsky <nikolap@openssl.org>
Wed, 11 Feb 2026 07:29:02 +0000 (08:29 +0100)
commit75da49bf6b3e6a6379805f81d15cdce42da9046c
treec59a7d9aa8fb2afa6762b5e712ec777fd52db1c5
parentbf39120c27047683c90f675ab1f1fbfa286cc026
cleanup: Use 32 bits instead of 40 bits to perform AND operation in aes implementation.

Fixes https://github.com/openssl/openssl/issues/29963

Signed-off-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Wed Feb 11 07:29:17 2026
(Merged from https://github.com/openssl/openssl/pull/29964)
crypto/aes/aes_core.c