From: Pauli Date: Mon, 17 Oct 2022 22:07:19 +0000 (+1100) Subject: ripemd: document as being present in the default provider X-Git-Tag: openssl-3.2.0-alpha1~1892 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=fdc5043d58900663b493147298e64f11353b35fe ripemd: document as being present in the default provider Reviewed-by: Richard Levitte Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19375) --- 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 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. L, L +=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 43dc8c3302..a1407afede 100644 --- a/doc/man7/OSSL_PROVIDER-default.pod +++ b/doc/man7/OSSL_PROVIDER-default.pod @@ -71,6 +71,8 @@ The OpenSSL default provider supports these operations and algorithms: =item MD5-SHA1, see L +=item RIPEMD160, see L + =back =head2 Symmetric Ciphers @@ -247,6 +249,10 @@ to allow them to be used together with the FIPS provider. L, L, L, L +=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.