]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
aes: make the no-asm constant time code path not the default
authorPauli <pauli@openssl.org>
Thu, 27 Jan 2022 04:05:48 +0000 (15:05 +1100)
committerPauli <pauli@openssl.org>
Mon, 31 Jan 2022 00:39:00 +0000 (11:39 +1100)
commite180bf641ed23010073b0882d63d5dfd48409602
treedbcecec7c6a9addc9b2b216ff918f1b3f5c91ce5
parent7fde39de848f062d6db45bf9e69439db2100b9bb
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)
CHANGES.md
crypto/aes/aes_core.c