mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Prepare for 3.0 alpha 7
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
This commit is contained in:
parent
e3ec8020b4
commit
1b2873e4a1
@ -21,7 +21,7 @@ OpenSSL Releases
|
||||
OpenSSL 3.0
|
||||
-----------
|
||||
|
||||
### Changes between 1.1.1 and 3.0 alpha 6 [6 Aug 2020]
|
||||
### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
|
||||
|
||||
* Allow SSL_set1_host() and SSL_add1_host() to take IP literal addresses
|
||||
as well as actual hostnames.
|
||||
|
2
NEWS.md
2
NEWS.md
@ -18,7 +18,7 @@ OpenSSL Releases
|
||||
OpenSSL 3.0
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 alpha 6 [in pre-release]
|
||||
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
|
||||
|
||||
* Deprecated the `ENGINE` API.
|
||||
* Added `OPENSSL_CTX`, a libcrypto library context.
|
||||
|
@ -1,7 +1,7 @@
|
||||
MAJOR=3
|
||||
MINOR=0
|
||||
PATCH=0
|
||||
PRE_RELEASE_TAG=alpha6
|
||||
PRE_RELEASE_TAG=alpha7-dev
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE="6 Aug 2020"
|
||||
RELEASE_DATE=""
|
||||
SHLIB_VERSION=3
|
||||
|
Loading…
Reference in New Issue
Block a user