mirror of https://github.com/openssl/openssl.git
Prepare for release of 3.4.2
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Release: yes
This commit is contained in:
parent
e33f01f78e
commit
4292b5fd3d
|
@ -27,7 +27,7 @@ OpenSSL Releases
|
||||||
OpenSSL 3.4
|
OpenSSL 3.4
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Changes between 3.4.1 and 3.4.2 [xx XXX xxxx]
|
### Changes between 3.4.1 and 3.4.2 [1 Jul 2025]
|
||||||
|
|
||||||
* Aligned the behaviour of TLS and DTLS in the event of a no_renegotiation
|
* Aligned the behaviour of TLS and DTLS in the event of a no_renegotiation
|
||||||
alert being received. Older versions of OpenSSL failed with DTLS if a
|
alert being received. Older versions of OpenSSL failed with DTLS if a
|
||||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -22,7 +22,7 @@ OpenSSL Releases
|
||||||
OpenSSL 3.4
|
OpenSSL 3.4
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Major changes between OpenSSL 3.4.1 and OpenSSL 3.4.2 [under development]
|
### Major changes between OpenSSL 3.4.1 and OpenSSL 3.4.2 [1 Jul 2025]
|
||||||
|
|
||||||
OpenSSL 3.4.2 is a bug fix release.
|
OpenSSL 3.4.2 is a bug fix release.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=4
|
MINOR=4
|
||||||
PATCH=2
|
PATCH=2
|
||||||
PRE_RELEASE_TAG=dev
|
PRE_RELEASE_TAG=
|
||||||
BUILD_METADATA=
|
BUILD_METADATA=
|
||||||
RELEASE_DATE=""
|
RELEASE_DATE="1 Jul 2025"
|
||||||
SHLIB_VERSION=3
|
SHLIB_VERSION=3
|
||||||
|
|
Loading…
Reference in New Issue