]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update NEWS.md before alpha11 release
authorRichard Levitte <levitte@openssl.org>
Thu, 28 Jan 2021 09:53:30 +0000 (10:53 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 28 Jan 2021 10:03:12 +0000 (11:03 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13996)

NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 01f9563b1d8ad6465a26f8f2075cb1df5a07ad19..20288472474df5a9a411d46834e830d832b5dbbb 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,7 +20,11 @@ OpenSSL 3.0
 
 ### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
 
-  * Deprecated the `DSA_` functions.
+  * Deprecated the `OCSP_REQ_CTX` type and functions.
+  * Deprecated the `EC_KEY` and `EC_KEY_METHOD` types and functions.
+  * Deprecated the `RSA` and `RSA_METHOD` types and functions.
+  * Deprecated the `DSA` and `DSA_METHOD` types and functions.
+  * Deprecated the `DH` and `DH_METHOD` types and functions.
   * Deprecated the `ERR_load_` functions.
   * Remove the `RAND_DRBG` API.
   * Deprecated the `ENGINE` API.