mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Prepare for release of 3.0 alpha 11
Reviewed-by: Tomas Mraz <tomas@openssl.org>
This commit is contained in:
parent
4333b89f50
commit
31a89254d8
@ -21,7 +21,7 @@ OpenSSL Releases
|
|||||||
OpenSSL 3.0
|
OpenSSL 3.0
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
|
### Changes between 1.1.1 and 3.0 alpha 11 [28 jan 2021]
|
||||||
|
|
||||||
* Deprecated the obsolete X9.31 RSA key generation related functions
|
* Deprecated the obsolete X9.31 RSA key generation related functions
|
||||||
BN_X931_generate_Xpq(), BN_X931_derive_prime_ex(), and
|
BN_X931_generate_Xpq(), BN_X931_derive_prime_ex(), and
|
||||||
|
2
NEWS.md
2
NEWS.md
@ -18,7 +18,7 @@ OpenSSL Releases
|
|||||||
OpenSSL 3.0
|
OpenSSL 3.0
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
|
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 alpha 11 [in pre-release]
|
||||||
|
|
||||||
* Deprecated the `OCSP_REQ_CTX` type and functions.
|
* Deprecated the `OCSP_REQ_CTX` type and functions.
|
||||||
* Deprecated the `EC_KEY` and `EC_KEY_METHOD` types and functions.
|
* Deprecated the `EC_KEY` and `EC_KEY_METHOD` types and functions.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=0
|
MINOR=0
|
||||||
PATCH=0
|
PATCH=0
|
||||||
PRE_RELEASE_TAG=alpha11-dev
|
PRE_RELEASE_TAG=alpha11
|
||||||
BUILD_METADATA=
|
BUILD_METADATA=
|
||||||
RELEASE_DATE=""
|
RELEASE_DATE="28 jan 2021"
|
||||||
SHLIB_VERSION=3
|
SHLIB_VERSION=3
|
||||||
|
Loading…
Reference in New Issue
Block a user