diff options
author | Tomas Mraz <tomas@openssl.org> | 2023-11-07 15:14:34 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-11-08 17:35:55 +0100 |
commit | 96ee2c38ad9b1c878a11bf629499867777c18055 (patch) | |
tree | 9fe1ad9f0de126565e461279074e3d7d1157574c /CHANGES.md | |
parent | QUIC TXP: Handle padding correctly for ACK_ONLY archetype (diff) | |
download | openssl-96ee2c38ad9b1c878a11bf629499867777c18055.tar.xz openssl-96ee2c38ad9b1c878a11bf629499867777c18055.zip |
Sync CHANGES.md and NEWS.md with 3.1 branch
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22647)
(cherry picked from commit 2d0d3edb04ab0fa53e30e3cbdd114de9933d5361)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 029589c7d3..98ac35500f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -486,9 +486,13 @@ OpenSSL 3.2 OpenSSL 3.1 ----------- -### Changes between 3.1.3 and 3.1.4 [xx XXX xxxx] +### Changes between 3.1.4 and 3.1.5 [xx XXX xxxx] -* Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(), + * none yet + +### Changes between 3.1.3 and 3.1.4 [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 that alter the key or IV length ([CVE-2023-5363]). |