From 61222b95ff20f6a7bb20668e43b657561efdb922 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 20 Jan 2023 11:40:45 +0100 Subject: [PATCH] MD5.pod: Recommend SHA-2 or SHA-3 family hashes instead of legacy ones Reviewed-by: Matthias St. Pierre Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20095) --- doc/man3/MD5.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man3/MD5.pod b/doc/man3/MD5.pod index 81e220fe42a..535fb925a31 100644 --- a/doc/man3/MD5.pod +++ b/doc/man3/MD5.pod @@ -80,8 +80,8 @@ etc. instead of calling the hash functions directly. =head1 NOTE MD2, MD4, and MD5 are recommended only for compatibility with existing -applications. In new applications, SHA-1 or RIPEMD-160 should be -preferred. +applications. In new applications, hashes from the SHA-2 or SHA-3 family +should be preferred. =head1 RETURN VALUES @@ -97,7 +97,7 @@ RFC 1319, RFC 1320, RFC 1321 =head1 SEE ALSO -L +L, L, L =head1 HISTORY -- 2.47.2