doc: replace "symmetric cipher" phrase in EVP_MD manpages
authorJan Engelhardt <jengelh@inai.de>
Mon, 25 Apr 2022 08:51:00 +0000 (10:51 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 27 Apr 2022 08:25:25 +0000 (10:25 +0200)
CLA: trivial

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18169)

doc/man3/EVP_blake2b512.pod
doc/man3/EVP_md2.pod
doc/man3/EVP_md4.pod
doc/man3/EVP_md5.pod
doc/man3/EVP_mdc2.pod
doc/man3/EVP_ripemd160.pod
doc/man3/EVP_sha1.pod
doc/man3/EVP_sha224.pod
doc/man3/EVP_sha3_224.pod
doc/man3/EVP_sm3.pod
doc/man3/EVP_whirlpool.pod

index ead4c8c7255a1c102b31512a1608c0d1f0fea26b..e6e9fad97e70230c0524f2828deaf8d3c1afac56 100644 (file)
@@ -34,7 +34,7 @@ The BLAKE2b algorithm that produces a 512-bit output from a given input.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index 9594f62e15aa069632037354f59edba19936c4f1..63355c40f254fe10fcb0b491303a69b2ec860da7 100644 (file)
@@ -28,7 +28,7 @@ The MD2 algorithm which produces a 128-bit output from a given input.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index efc41fe8be1650cdd69e8dbf60fe3968c0e8599b..66ce7db602887ee8abff4a2942aca9ad0b567612 100644 (file)
@@ -29,7 +29,7 @@ The MD4 algorithm which produces a 128-bit output from a given input.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index a0b127fe60b39f03b57389fa1d6fcf9884b33257..cf824e3a9e533d8243a20ed3341582dcd26aecbc 100644 (file)
@@ -40,7 +40,7 @@ WARNING: this algorithm is not intended for non-SSL usage.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index 38fb0e29409128d84c0933972e317f5751730466..c28520d1d50cd19b83bc24a17f2034bddc74f9bc 100644 (file)
@@ -29,7 +29,7 @@ The MDC-2DES algorithm of using MDC-2 with the DES block cipher. It produces a
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index 034ab8113845fdd5bfc69baba3deb47e9d03716e..05a59183c3c365e367907446f383e5a9291bc4f4 100644 (file)
@@ -28,7 +28,7 @@ The RIPEMD-160 algorithm which produces a 160-bit output from a given input.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index 6568ac81a4b564f1fdf26d8082178b8f24dab0f7..8285c100b89212d201861e23004eadc1672be2af 100644 (file)
@@ -29,7 +29,7 @@ The SHA-1 algorithm which produces a 160-bit output from a given input.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index afcfc98034bb4cd3da1318bc6e34249535804fd9..4f83e0fe48b9e692a947cf752c2bf6627f3023a9 100644 (file)
@@ -49,7 +49,7 @@ their outputs are of the same size.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index ac19dc28530df51ecb02b093a0d60703ece8a8ea..c8fb69335154880709d745c512395aae5b81ad7b 100644 (file)
@@ -54,7 +54,7 @@ B<EVP_shake256> provides that of 256 bits.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index a72b758bc17114452a1946d288176e5974bb3248..f6630a8b7f6f35b8aeea707844b0766a1fbfd98f 100644 (file)
@@ -28,7 +28,7 @@ The SM3 hash function.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO
index 84f2411d6042c4ca13b2ca14fb518043c44dc782..9de4524e2803bcb6bb192948f93475a7391c473a 100644 (file)
@@ -30,7 +30,7 @@ input.
 =head1 RETURN VALUES
 
 These functions return a B<EVP_MD> structure that contains the
-implementation of the symmetric cipher. See L<EVP_MD_meth_new(3)> for
+implementation of the message digest. See L<EVP_MD_meth_new(3)> for
 details of the B<EVP_MD> structure.
 
 =head1 CONFORMING TO