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)
This commit is contained in:
Tomas Mraz 2023-09-08 15:21:23 +02:00
parent 285eb1688f
commit 02f84b02e8
2 changed files with 9 additions and 1 deletions

View File

@ -455,6 +455,10 @@ OpenSSL 3.2
OpenSSL 3.1
-----------
### Changes between 3.1.2 and 3.1.3 [xx XXX xxxx]
* none yet
### Changes between 3.1.1 and 3.1.2 [1 Aug 2023]
* Fix excessive time spent checking DH q parameter value.

View File

@ -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])