summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-01-10 22:14:27 +1000
committerPauli <paul.dale@oracle.com>2020-01-17 08:17:48 +1000
commit83c51006759437b8643264c5fb748030fd6aaef5 (patch)
tree8f8b1d0d9879a9b668ef43b15b7a81f6260ae462 /NEWS
parent188d4ec82a9b0085ac5841cce3eda95efb94f2b4 (diff)
downloadopenssl-new-83c51006759437b8643264c5fb748030fd6aaef5.tar.gz
Digest function deprecation CHANGES.
Add a changes entry to cover the deprecation of the low level digest functions: MD2, MD4, MD5, MDC2, RIPEMD160, SHA1, SHA224, SHA256, SHA384, SHA512 and Whirlpool [skip ci] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10802)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3929894f58..3dcdd9c8c5 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@
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.
+ o All of the low level MD2, MD4, MD5, MDC2, RIPEMD160, SHA1, SHA224,
+ SHA256, SHA384, SHA512 and Whirlpool digest functions have been
+ deprecated.
Major changes between OpenSSL 1.1.1 and OpenSSL 1.1.1a [20 Nov 2018]