mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
Prepare for 3.0.19
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> Release: yes
This commit is contained in:
@@ -28,6 +28,10 @@ breaking changes, and mappings for the large list of deprecated functions.
|
||||
|
||||
[Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
|
||||
|
||||
### Changes between 3.0.18 and 3.0.19 [xx XXX xxxx]
|
||||
|
||||
* none yet
|
||||
|
||||
### Changes between 3.0.17 and 3.0.18 [30 Sep 2025]
|
||||
|
||||
* Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap
|
||||
|
||||
4
NEWS.md
4
NEWS.md
@@ -18,6 +18,10 @@ OpenSSL Releases
|
||||
OpenSSL 3.0
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 3.0.18 and OpenSSL 3.0.19 [under development]
|
||||
|
||||
* none
|
||||
|
||||
### Major changes between OpenSSL 3.0.17 and OpenSSL 3.0.18 [30 Sep 2025]
|
||||
|
||||
OpenSSL 3.0.18 is a security patch release. The most severe CVE fixed in this
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
MAJOR=3
|
||||
MINOR=0
|
||||
PATCH=18
|
||||
PRE_RELEASE_TAG=
|
||||
PATCH=19
|
||||
PRE_RELEASE_TAG=dev
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE="30 Sep 2025"
|
||||
RELEASE_DATE=""
|
||||
SHLIB_VERSION=3
|
||||
|
||||
Reference in New Issue
Block a user