mirror of https://github.com/openssl/openssl.git
Prepare for 3.3.3
Reviewed-by: Neil Horman <nhorman@openssl.org> Release: yes
This commit is contained in:
parent
fb7fab9fa6
commit
de398b2aca
|
|
@ -26,6 +26,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.3
|
||||
-----------
|
||||
|
||||
### Changes between 3.3.2 and 3.3.3 [xx XXX xxxx]
|
||||
|
||||
* none yet
|
||||
|
||||
### Changes between 3.3.1 and 3.3.2 [3 Sep 2024]
|
||||
|
||||
* Fixed possible denial of service in X.509 name checks.
|
||||
|
|
|
|||
4
NEWS.md
4
NEWS.md
|
|
@ -21,6 +21,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.3
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 3.3.2 and OpenSSL 3.3.3 [under development]
|
||||
|
||||
* none
|
||||
|
||||
### Major changes between OpenSSL 3.3.1 and OpenSSL 3.3.2 [3 Sep 2024]
|
||||
|
||||
OpenSSL 3.3.2 is a security patch release. The most severe CVE fixed in this
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
MAJOR=3
|
||||
MINOR=3
|
||||
PATCH=2
|
||||
PRE_RELEASE_TAG=
|
||||
PATCH=3
|
||||
PRE_RELEASE_TAG=dev
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE="3 Sep 2024"
|
||||
RELEASE_DATE=""
|
||||
SHLIB_VERSION=3
|
||||
|
|
|
|||
Loading…
Reference in New Issue