summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-04-23 19:17:40 +1000
committerRichard Levitte <levitte@openssl.org>2019-04-24 11:56:47 +0200
commit07822c515574223c2958fcddd52191cfbf9aefcd (patch)
tree74238f1658401eced8f5bd2f3a38f0e148024679 /NEWS
parentc54492ecf8331fd87f6ac163f9fc5b576af128e8 (diff)
downloadopenssl-new-07822c515574223c2958fcddd52191cfbf9aefcd.tar.gz
added openssl app 'kdf' and 'mac' to the NEWS and CHANGES docs
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8762)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0800b76b71..6c79bc24c9 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@
Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [under development]
+ o Added 'openssl mac' that uses the EVP_MAC API.
+ o Added 'openssl kdf' that uses the EVP_KDF API.
o Add OPENSSL_info() and 'openssl info' to get built-in data.
o Add support for enabling instrumentation through trace and debug
output.
@@ -15,6 +17,8 @@
o Added EVP_MAC, an EVP layer MAC API, and a generic EVP_PKEY to EVP_MAC
bridge.
o Removed the heartbeat message in DTLS feature.
+ o Added EVP_KDF, an EVP layer KDF API, and a generic EVP_PKEY to EVP_KDF
+ bridge.
Major changes between OpenSSL 1.1.1 and OpenSSL 1.1.1a [20 Nov 2018]