Skip to content

Commit

Permalink
ripemd: document as being present in the default provider
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #19375)

(cherry picked from commit fdc5043)
  • Loading branch information
paulidale authored and t8m committed Oct 19, 2022
1 parent 2f35518 commit f1e990b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/man7/EVP_MD-RIPEMD160.pod
Expand Up @@ -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".

Expand All @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions doc/man7/OSSL_PROVIDER-default.pod
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f1e990b

Please sign in to comment.