summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-15 08:32:48 +1000
committerPauli <pauli@openssl.org>2021-06-16 08:49:17 +1000
commit42cf25fcb6ea3c9e5998a1c4f55eedaad53b346f (patch)
tree90361b85ad42cbe98bc673a397f055ea7321deb9
parent8b29badad16266ca520f8ca1232518df4eb896ff (diff)
new: update NEWS.md so it is correct.
- Removing the deprecation note for public key commands. - Fixing the note about ECX and SHAKE in the FIPS provider. - Noting which KDFs are included. - Noting which MACs are included. Fixes #15743 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15746)
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index c9355d52ae..13a4e1bbf6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -71,7 +71,7 @@ OpenSSL 3.0
* Changed our version number scheme and set the next major release to
3.0.0
* Added EVP_MAC, an EVP layer MAC API, and a generic EVP_PKEY to EVP_MAC
- bridge. Support MACs are: BLAKE2, CMAC, GMAC, HMAC, KMAC, POLY1305
+ bridge. Supported MACs are: BLAKE2, CMAC, GMAC, HMAC, KMAC, POLY1305
and SIPHASH.
* Removed the heartbeat message in DTLS feature.
* Added EVP_KDF, an EVP layer KDF and PRF API, and a generic EVP_PKEY to