summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2020-03-26 20:56:57 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2020-04-18 16:06:56 +0200
commitbb19162558017d530a6c26d6eb972ba15d73ba81 (patch)
treea03f011ded1ce2c48303075aa14898d222940ff7 /CHANGES
parent7d34a9e8edc9f609ed8b0305ff6f9aac43d7d7f1 (diff)
Add a CHANGES entry for AES constant time
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/11411)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
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]