From bb19162558017d530a6c26d6eb972ba15d73ba81 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Thu, 26 Mar 2020 20:56:57 +0100 Subject: Add a CHANGES entry for AES constant time Reviewed-by: Nicola Tuveri (Merged from https://github.com/openssl/openssl/pull/11411) --- CHANGES | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 5a4c77cca6..6239fa4139 100644 --- a/CHANGES +++ b/CHANGES @@ -9,7 +9,14 @@ Changes between 1.1.1f and 1.1.1g [xx XXX xxxx] - *) + *) Added AES consttime code for no-asm configurations + an optional constant time support for AES was added + when building openssl for no-asm. + Enable with: ./config no-asm -DOPENSSL_AES_CONST_TIME + Disable with: ./config no-asm -DOPENSSL_NO_AES_CONST_TIME + At this time this feature is by default disabled. + It will be enabled by default in 3.0. + [Bernd Edlinger] Changes between 1.1.1e and 1.1.1f [31 Mar 2020] -- cgit v1.2.3