Prepare for 3.3.4
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Release: yes
This commit is contained in:
parent
42768eafab
commit
d455db8cb4
3 changed files with 11 additions and 3 deletions
|
@ -26,6 +26,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.3
|
||||
-----------
|
||||
|
||||
### Changes between 3.3.3 and 3.3.4 [xx XXX xxxx]
|
||||
|
||||
* none yet
|
||||
|
||||
### Changes between 3.3.2 and 3.3.3 [11 Feb 2025]
|
||||
|
||||
* Fixed RFC7250 handshakes with unauthenticated servers don't abort as expected.
|
||||
|
|
4
NEWS.md
4
NEWS.md
|
@ -21,6 +21,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.3
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 3.3.3 and OpenSSL 3.3.4 [under development]
|
||||
|
||||
* none
|
||||
|
||||
### Major changes between OpenSSL 3.3.2 and OpenSSL 3.3.3 [11 Feb 2025]
|
||||
|
||||
OpenSSL 3.3.3 is a security patch release. The most severe CVE fixed in this
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
MAJOR=3
|
||||
MINOR=3
|
||||
PATCH=3
|
||||
PRE_RELEASE_TAG=
|
||||
PATCH=4
|
||||
PRE_RELEASE_TAG=dev
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE="11 Feb 2025"
|
||||
RELEASE_DATE=""
|
||||
SHLIB_VERSION=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue