]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add changes entry for RIPEMD160 being added to the default provider
authorPauli <pauli@openssl.org>
Tue, 18 Oct 2022 07:14:26 +0000 (18:14 +1100)
committerTomas Mraz <tomas@openssl.org>
Wed, 19 Oct 2022 11:21:00 +0000 (13:21 +0200)
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)

CHANGES.md

index 2fc80041a31548ac3b5b2858773937bc182ef203..5581df8700785e1bf5d9d47af0d69333783bbcf7 100644 (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.