NEWS: DH, DSA, ECDH, ECDSA and RSA public key function deprecation note
authorPauli <paul.dale@oracle.com>
Wed, 12 Feb 2020 05:05:39 +0000 (15:05 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 20 Feb 2020 08:58:40 +0000 (18:58 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11063)

NEWS

diff --git a/NEWS b/NEWS
index ac3372dca534e96df164a00f5f4613e5ec79f2a8..098b73f915ede6fec2f151857ed598ff74dc57e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,8 @@
         deprecated.
       o All of the low level AES, Blowfish, Camellia, CAST, DES, IDEA, RC2,
         RC4, RC5 and SEED cipher functions have been deprecated.
+      o All of the low level DH, DSA, ECDH, ECDSA and RSA public key functions
+        have been deprecated.
 
   Major changes between OpenSSL 1.1.1 and OpenSSL 1.1.1a [20 Nov 2018]