mirror of https://github.com/openssl/openssl.git
Prepare for 3.4.4
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> Release: yes
This commit is contained in:
parent
474f0e27bc
commit
b2a7eda783
|
@ -27,6 +27,10 @@ OpenSSL Releases
|
||||||
OpenSSL 3.4
|
OpenSSL 3.4
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
### Changes between 3.4.3 and 3.4.4 [xx XXX xxxx]
|
||||||
|
|
||||||
|
* none yet
|
||||||
|
|
||||||
### Changes between 3.4.2 and 3.4.3 [30 Sep 2025]
|
### Changes between 3.4.2 and 3.4.3 [30 Sep 2025]
|
||||||
|
|
||||||
* Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap
|
* Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap
|
||||||
|
|
4
NEWS.md
4
NEWS.md
|
@ -22,6 +22,10 @@ OpenSSL Releases
|
||||||
OpenSSL 3.4
|
OpenSSL 3.4
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
### Major changes between OpenSSL 3.4.3 and OpenSSL 3.4.4 [under development]
|
||||||
|
|
||||||
|
* none
|
||||||
|
|
||||||
### Major changes between OpenSSL 3.4.2 and OpenSSL 3.4.3 [30 Sep 2025]
|
### Major changes between OpenSSL 3.4.2 and OpenSSL 3.4.3 [30 Sep 2025]
|
||||||
|
|
||||||
OpenSSL 3.4.3 is a security patch release. The most severe CVE fixed in this
|
OpenSSL 3.4.3 is a security patch release. The most severe CVE fixed in this
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=4
|
MINOR=4
|
||||||
PATCH=3
|
PATCH=4
|
||||||
PRE_RELEASE_TAG=
|
PRE_RELEASE_TAG=dev
|
||||||
BUILD_METADATA=
|
BUILD_METADATA=
|
||||||
RELEASE_DATE="30 Sep 2025"
|
RELEASE_DATE=""
|
||||||
SHLIB_VERSION=3
|
SHLIB_VERSION=3
|
||||||
|
|
Loading…
Reference in New Issue