Add changes entry for RIPEMD160 being added to the default provider

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19375)
This commit is contained in:
Pauli 2022-10-18 18:14:26 +11:00 committed by Tomas Mraz
parent 72620ac791
commit ce9317a4cf
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ OpenSSL 3.2
### Changes between 3.0 and 3.2 [xx XXX xxxx]
* Added RIPEMD160 to the default provider.
*Paul Dale*
* Add support for certificate compression (RFC8879), including
library support for Brotli and Zstandard compression.