mirror of https://github.com/openssl/openssl.git
Prepare for release of 3.5.1
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Release: yes
This commit is contained in:
parent
9f9c6b8057
commit
aea7aaf2ab
|
@ -28,7 +28,7 @@ OpenSSL Releases
|
||||||
OpenSSL 3.5
|
OpenSSL 3.5
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Changes between 3.5.0 and 3.5.1 [xx XXX xxxx]
|
### Changes between 3.5.0 and 3.5.1 [1 Jul 2025]
|
||||||
|
|
||||||
* Fix x509 application adds trusted use instead of rejected use.
|
* Fix x509 application adds trusted use instead of rejected use.
|
||||||
|
|
||||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -23,7 +23,7 @@ OpenSSL Releases
|
||||||
OpenSSL 3.5
|
OpenSSL 3.5
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Major changes between OpenSSL 3.5.0 and OpenSSL 3.5.1 [under development]
|
### Major changes between OpenSSL 3.5.0 and OpenSSL 3.5.1 [1 Jul 2025]
|
||||||
|
|
||||||
OpenSSL 3.5.1 is a security patch release. The most severe CVE fixed in this
|
OpenSSL 3.5.1 is a security patch release. The most severe CVE fixed in this
|
||||||
release is Low.
|
release is Low.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=5
|
MINOR=5
|
||||||
PATCH=1
|
PATCH=1
|
||||||
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