[openssl] master update

Richard Levitte levitte at openssl.org
Thu Jan 28 10:04:03 UTC 2021


The branch master has been updated
       via  92bc61e467a2078438ce50ddda70a6afe6cf23df (commit)
      from  5ac632eed7767b377e0b18f73084f95011c2ca34 (commit)


- Log -----------------------------------------------------------------
commit 92bc61e467a2078438ce50ddda70a6afe6cf23df
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Jan 28 10:53:30 2021 +0100

    Update NEWS.md before alpha11 release
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/13996)

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS.md b/NEWS.md
index 01f9563b1d..2028847247 100644
--- 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.


More information about the openssl-commits mailing list