Add AES consttime code for no-asm configurations
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 9 Jan 2020 22:02:54 +0000 (23:02 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 18 Apr 2020 14:06:44 +0000 (16:06 +0200)
commit7d34a9e8edc9f609ed8b0305ff6f9aac43d7d7f1
tree2e0a4b0894402d772a3f4487b1367794d98e8c8d
parenta38369db32b88923282ee360d2bee78fd617e56e
Add AES consttime code for no-asm configurations

This adds optional constant time support for AES
when building openssl for no-asm.

Enable with: ./config no-asm -DOPENSSL_AES_CONST_TIME

[extended tests]

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11411)
crypto/aes/aes_core.c
crypto/aes/aes_local.h
crypto/evp/e_aes.c