Sync CHANGES.md and NEWS.md with 3.2 branch

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23200)
This commit is contained in:
Tomas Mraz 2024-01-04 10:07:17 +01:00
parent f3be536686
commit 5dc2b72df7
2 changed files with 12 additions and 6 deletions

View File

@ -28,11 +28,6 @@ OpenSSL 3.3
### Changes between 3.2 and 3.3 [xx XXX xxxx]
* Disable building QUIC server utility when OpenSSL is configured with
`no-apps`
*Vitalii Koshura*
* The activate and soft_load configuration settings for providers in
openssl.cnf have been updated to require a value of [1|yes|true|on]
(in lower or UPPER case) to enable the setting. Conversely a value
@ -78,6 +73,13 @@ OpenSSL 3.3
OpenSSL 3.2
-----------
### Changes between 3.2.0 and 3.2.1 [xx XXX xxxx]
* Disable building QUIC server utility when OpenSSL is configured with
`no-apps`.
*Vitalii Koshura*
### Changes between 3.1 and 3.2 [xx XXX xxxx]
* The EVP_PKEY_fromdata function has been augmented to allow for the derivation

View File

@ -29,7 +29,11 @@ OpenSSL 3.3
OpenSSL 3.2
-----------
### Major changes between OpenSSL 3.1 and OpenSSL 3.2 [under development]
### Major changes between OpenSSL 3.2.0 and OpenSSL 3.2.1 [under development]
* none
### Major changes between OpenSSL 3.1 and OpenSSL 3.2.0 [23 Nov 2023]
OpenSSL 3.2.0 is a feature release adding significant new functionality to
OpenSSL.