[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Oct 30 08:35:45 UTC 2018
The branch master has been updated
via 828b52951cf182d5f9cf159804419230b27840c9 (commit)
from 9f2e18111e643894e31f4ca877eb71a69a048e81 (commit)
- Log -----------------------------------------------------------------
commit 828b52951cf182d5f9cf159804419230b27840c9
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Oct 30 08:57:34 2018 +0100
Add blurbs about EVP_MAC in NEWS and CHANGES
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7526)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 9 +++++++++
NEWS | 3 ++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/CHANGES b/CHANGES
index e540c9c..29be4fc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,15 @@
Changes between 1.1.1 and 1.1.2 [xx XXX xxxx]
+ *) Ported the HMAC, CMAC and SipHash EVP_PKEY_METHODs to EVP_MAC.
+ [Richard Levitte]
+
+ *) Added EVP_MAC, an EVP layer MAC API, to simplify adding MAC
+ implementations. This includes a generic EVP_PKEY to EVP_MAC bridge,
+ to facilitate the continued use of MACs through raw private keys in
+ functionality such as EVP_DigestSign* and EVP_DigestVerify*.
+ [Richard Levitte]
+
*) Deprecate ECDH_KDF_X9_62() and mark its replacement as internal. Users
should use the EVP interface instead (EVP_PKEY_CTX_set_ecdh_kdf_type).
[Antoine Salon]
diff --git a/NEWS b/NEWS
index 3179b1d..56aab21 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,8 @@
Major changes between OpenSSL 1.1.1 and OpenSSL 1.1.2 [under development]
- o
+ o Added EVP_MAC, an EVP layer MAC API, and a generic EVP_PKEY to EVP_MAC
+ bridge.
Major changes between OpenSSL 1.1.0i and OpenSSL 1.1.1 [11 Sep 2018]
More information about the openssl-commits
mailing list