Skip to content

Commit

Permalink
Prepare for release of 3.0.12
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Release: yes
  • Loading branch information
mattcaswell committed Oct 24, 2023
1 parent 6517219 commit c3cc0f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -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

### Changes between 3.0.11 and 3.0.12 [xx XXX xxxx]
### Changes between 3.0.11 and 3.0.12 [24 Oct 2023]

* Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(),
EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Expand Up @@ -18,7 +18,7 @@ OpenSSL Releases
OpenSSL 3.0
-----------

### Major changes between OpenSSL 3.0.11 and OpenSSL 3.0.12 [under development]
### 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.
([CVE-2023-5363])
Expand Down
4 changes: 2 additions & 2 deletions VERSION.dat
@@ -1,7 +1,7 @@
MAJOR=3
MINOR=0
PATCH=12
PRE_RELEASE_TAG=dev
PRE_RELEASE_TAG=
BUILD_METADATA=
RELEASE_DATE=""
RELEASE_DATE="24 Oct 2023"
SHLIB_VERSION=3

0 comments on commit c3cc0f1

Please sign in to comment.