Loading CHANGES +9 −0 Original line number Diff line number Diff line Loading @@ -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] Loading NEWS +2 −1 Original line number Diff line number Diff line Loading @@ -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] Loading Loading
CHANGES +9 −0 Original line number Diff line number Diff line Loading @@ -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] Loading
NEWS +2 −1 Original line number Diff line number Diff line Loading @@ -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] Loading