summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-10-18 18:14:26 +1100
committerTomas Mraz <tomas@openssl.org>2022-10-19 13:21:00 +0200
commitce9317a4cfc01541964a14745c4d09e2a846981c (patch)
tree453e136db6d4e1b61a4bc7877612eadd79f4a067 /CHANGES.md
parent72620ac79133ca7a4553b70573fd100257e8269d (diff)
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)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 2fc80041a3..5581df8700 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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.