openssl/crypto/aes
Pauli e180bf641e aes: make the no-asm constant time code path not the default
After OMC and OTC discussions, the 95% performance loss resulting from
the constant time code was deemed excessive for something outside of
our security policy.

The option to use the constant time code exists as it was in OpenSSL 1.1.1.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17600)
2022-01-31 11:39:00 +11:00
..
asm Don't use __ARMEL__/__ARMEB__ in aarch64 assembly 2022-01-09 07:40:44 +01:00
aes_cbc.c
aes_cfb.c
aes_core.c aes: make the no-asm constant time code path not the default 2022-01-31 11:39:00 +11:00
aes_ecb.c
aes_ige.c
aes_local.h Update copyright year 2021-06-17 13:24:59 +01:00
aes_misc.c
aes_ofb.c
aes_wrap.c
aes_x86core.c fix some code with obvious wrong coding style 2021-10-28 13:10:46 +10:00
build.info Add missing define to enable AES-NI usage on x86 platform 2021-10-21 18:23:46 +02:00