summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-07-16 23:41:51 +0200
committerAndy Polyakov <appro@openssl.org>2017-07-25 21:40:30 +0200
commite4adad92b3bd161680da874c19342b292ebe4bea (patch)
treecfab51ca73c740937d9b27d1460844d8f0dcbfc7 /CHANGES
parent91ce87c0d5675329614dd5b56ce67670a6aaa387 (diff)
Wire SHA3 EVPs and add tests.
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3943)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 33ced1e3e8..1582c365a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@
Changes between 1.1.0f and 1.1.1 [xx XXX xxxx]
+ *) Add SHA3.
+ [Andy Polyakov]
+
*) The UI API becomes a permanent and integral part of libcrypto, i.e.
not possible to disable entirely. However, it's still possible to
disable the console reading UI method, UI_OpenSSL() (use UI_null()