summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-10-18 09:07:19 +1100
committerTomas Mraz <tomas@openssl.org>2022-10-19 13:28:11 +0200
commitf1e990b855ce1613041d847ccd3048ca6835f95a (patch)
tree7b665168bdc1775cb3e1f37de0cc0187f91b924a /doc/man7
parent2f355186551c9d7d5285c96a205a8f2767173527 (diff)
ripemd: document as being present in 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) (cherry picked from commit fdc5043d58900663b493147298e64f11353b35fe)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_MD-RIPEMD160.pod6
-rw-r--r--doc/man7/OSSL_PROVIDER-default.pod6
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/man7/EVP_MD-RIPEMD160.pod b/doc/man7/EVP_MD-RIPEMD160.pod
index 0504e9b302..2e3361b23a 100644
--- a/doc/man7/EVP_MD-RIPEMD160.pod
+++ b/doc/man7/EVP_MD-RIPEMD160.pod
@@ -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.
diff --git a/doc/man7/OSSL_PROVIDER-default.pod b/doc/man7/OSSL_PROVIDER-default.pod
index a31cb05d5b..7bb4617c05 100644
--- a/doc/man7/OSSL_PROVIDER-default.pod
+++ b/doc/man7/OSSL_PROVIDER-default.pod
@@ -69,6 +69,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
@@ -241,6 +243,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-2022 The OpenSSL Project Authors. All Rights Reserved.