aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-01-04 18:41:21 +1000
committerMatt Caswell <matt@openssl.org>2019-03-19 11:03:45 +0000
commit9537fe5757bb07761fa275d779bbd40bcf5530e4 (patch)
treecb748da879a7b00b758b710daed725113b839844 /CHANGES
parent6098b69e5817068c49e63487d3424b4122a1796d (diff)
downloadopenssl-9537fe5757bb07761fa275d779bbd40bcf5530e4.zip
openssl-9537fe5757bb07761fa275d779bbd40bcf5530e4.tar.gz
openssl-9537fe5757bb07761fa275d779bbd40bcf5530e4.tar.bz2
Single step kdf implementation
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8230)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0f7b77a..95ae433 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,6 +31,12 @@
'enable-buildtest-c++'.
[Richard Levitte]
+ *) Add Single Step KDF (EVP_KDF_SS) to EVP_KDF.
+ [Shane Lontis]
+
+ *) Add KMAC to EVP_MAC.
+ [Shane Lontis]
+
*) Added property based algorithm implementation selection framework to
the core.
[Paul Dale]