summaryrefslogtreecommitdiff
path: root/doc/man3/EVP_md2.pod
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>2020-06-06 18:22:04 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2020-06-11 17:28:10 +0300
commit0f6c3ebbf85b93ca78f6b5e5cead8f406fe70123 (patch)
treeca07768407b870cba5d039f72f381412138539ac /doc/man3/EVP_md2.pod
parent1154ffbfb38418ea68af9661e19daa0d6d984adb (diff)
downloadopenssl-new-0f6c3ebbf85b93ca78f6b5e5cead8f406fe70123.tar.gz
doc: Add a hint to man3/EVP_$hash that it is legacy
Some hash algorithms are only provided by the legacy provider. This information is not mentioned in EVP_md4(3) for md4 and one might wonder why it is no longer working. Add a note to the EVP_ man page for md2, md4, mdc2, ripemd160 and whirlpool that it is only available with the legacy provider. Fixes #11650 Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12074)
Diffstat (limited to 'doc/man3/EVP_md2.pod')
-rw-r--r--doc/man3/EVP_md2.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/EVP_md2.pod b/doc/man3/EVP_md2.pod
index a28467f5c1..15e37a0040 100644
--- a/doc/man3/EVP_md2.pod
+++ b/doc/man3/EVP_md2.pod
@@ -14,7 +14,7 @@ EVP_md2
=head1 DESCRIPTION
MD2 is a cryptographic hash function standardized in RFC 1319 and designed by
-Ronald Rivest.
+Ronald Rivest. This implementation is only available with the legacy provider.
=over 4
@@ -38,6 +38,7 @@ IETF RFC 1319.
=head1 SEE ALSO
L<evp(7)>,
+L<provider(7)>,
L<EVP_DigestInit(3)>
=head1 COPYRIGHT