diff options
author | Tomas Mraz <tomas@openssl.org> | 2023-09-08 15:21:23 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-09-11 10:55:51 +0200 |
commit | 02f84b02e889fce0033174238cbd0b653ee9af2c (patch) | |
tree | e1ffdca983ef862d9c9fcdff22dc55cdb6483bd3 /NEWS.md | |
parent | Fix a possible memleak in rsa_pub_encode (diff) | |
download | openssl-02f84b02e889fce0033174238cbd0b653ee9af2c.tar.xz openssl-02f84b02e889fce0033174238cbd0b653ee9af2c.zip |
Sync changes between 3.2 and 3.1 branches
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22033)
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -52,7 +52,11 @@ OpenSSL 3.2 OpenSSL 3.1 ----------- -### Major changes between OpenSSL 3.1.1 and OpenSSL 3.1.2 [under development] +### Major changes between OpenSSL 3.1.2 and OpenSSL 3.1.3 [under development] + + * none + +### Major changes between OpenSSL 3.1.1 and OpenSSL 3.1.2 [1 Aug 2023] * Fix excessive time spent checking DH q parameter value ([CVE-2023-3817]) * Fix DH_check() excessive time with over sized modulus ([CVE-2023-3446]) |