Prepare for release of 3.0.8

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Release: yes
This commit is contained in:
Richard Levitte 2023-02-07 14:43:33 +01:00
parent 8c0eaeaf7c
commit 31157bc0b4
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ 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 [Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
### Changes between 3.0.7 and 3.0.8 [xx XXX xxxx] ### Changes between 3.0.7 and 3.0.8 [7 Feb 2023]
* Fixed NULL dereference during PKCS7 data verification. * Fixed NULL dereference during PKCS7 data verification.

View File

@ -18,7 +18,7 @@ OpenSSL Releases
OpenSSL 3.0 OpenSSL 3.0
----------- -----------
### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [under development] ### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023]
* Fixed NULL dereference during PKCS7 data verification ([CVE-2023-0401]) * Fixed NULL dereference during PKCS7 data verification ([CVE-2023-0401])
* Fixed X.400 address type confusion in X.509 GeneralName ([CVE-2023-0286]) * Fixed X.400 address type confusion in X.509 GeneralName ([CVE-2023-0286])

View File

@ -1,7 +1,7 @@
MAJOR=3 MAJOR=3
MINOR=0 MINOR=0
PATCH=8 PATCH=8
PRE_RELEASE_TAG=dev PRE_RELEASE_TAG=
BUILD_METADATA= BUILD_METADATA=
RELEASE_DATE="1 Nov 2022" RELEASE_DATE="7 Feb 2023"
SHLIB_VERSION=3 SHLIB_VERSION=3