ripemd: document as being present in the default provider
authorPauli <pauli@openssl.org>
Mon, 17 Oct 2022 22:07:19 +0000 (09:07 +1100)
committerTomas Mraz <tomas@openssl.org>
Wed, 19 Oct 2022 11:21:01 +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)

doc/man7/EVP_MD-RIPEMD160.pod
doc/man7/OSSL_PROVIDER-default.pod

index 0504e9b302ef0a8192e4dbda41973045940d0fa3..2e3361b23a5078e0b323c57cbcd1e4ca601d22e2 100644 (file)
@@ -10,7 +10,7 @@ Support for computing RIPEMD160 digests through the B<EVP_MD> API.
 
 =head2 Identities
 
-This implementation is only available with the legacy provider, and is
+This implementation is available in both the default and legacy providers, and is
 identified with any of the names "RIPEMD-160", "RIPEMD160", "RIPEMD" and
 "RMD160".
 
@@ -23,6 +23,10 @@ in L<EVP_MD-common(7)>.
 
 L<provider-digest(7)>, L<OSSL_PROVIDER-default(7)>
 
+=head1 HISTORY
+
+This digest was added to the default provider in OpenSSL 3.0.7.
+
 =head1 COPYRIGHT
 
 Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
index 43dc8c330281961d9853d6d999da65caf5c79084..a1407afede14549478dede4378a3d6607dd320b9 100644 (file)
@@ -71,6 +71,8 @@ The OpenSSL default provider supports these operations and algorithms:
 
 =item MD5-SHA1, see L<EVP_MD-MD5-SHA1(7)>
 
+=item RIPEMD160, see L<EVP_MD-RIPEMD160(7)>
+
 =back
 
 =head2 Symmetric Ciphers
@@ -247,6 +249,10 @@ to allow them to be used together with the FIPS provider.
 L<openssl-core.h(7)>, L<openssl-core_dispatch.h(7)>, L<provider(7)>,
 L<OSSL_PROVIDER-base(7)>
 
+=head1 HISTORY
+
+The RIPEMD160 digest was added to the default provider in OpenSSL 3.0.7.
+
 =head1 COPYRIGHT
 
 Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.