Prepare for 3.0.13

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Release: yes
This commit is contained in:
Matt Caswell 2023-10-24 14:48:49 +01:00
parent c3cc0f1386
commit 17e72c7e28
3 changed files with 11 additions and 3 deletions

View File

@ -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.12 and 3.0.13 [xx XXX xxxx]
* none yet
### Changes between 3.0.11 and 3.0.12 [24 Oct 2023]
* Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(),

View File

@ -18,6 +18,10 @@ OpenSSL Releases
OpenSSL 3.0
-----------
### Major changes between OpenSSL 3.0.12 and OpenSSL 3.0.13 [under development]
* none
### Major changes between OpenSSL 3.0.11 and OpenSSL 3.0.12 [24 Oct 2023]
* Mitigate incorrect resize handling for symmetric cipher keys and IVs.

View File

@ -1,7 +1,7 @@
MAJOR=3
MINOR=0
PATCH=12
PRE_RELEASE_TAG=
PATCH=13
PRE_RELEASE_TAG=dev
BUILD_METADATA=
RELEASE_DATE="24 Oct 2023"
RELEASE_DATE=""
SHLIB_VERSION=3