From b9b5e7144af84dd9b66d31ed6d009b40c5bcd514 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 20 Mar 2018 11:09:38 +1000 Subject: [PATCH] Remove mentioned link between message digests and public key algorithms. Refer #5682 This is the same but for 1.1.0 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5683) --- doc/crypto/EVP_SignInit.pod | 5 ----- doc/crypto/EVP_VerifyInit.pod | 5 ----- 2 files changed, 10 deletions(-) diff --git a/doc/crypto/EVP_SignInit.pod b/doc/crypto/EVP_SignInit.pod index c40da1ea3a..9279ce7744 100644 --- a/doc/crypto/EVP_SignInit.pod +++ b/doc/crypto/EVP_SignInit.pod @@ -59,11 +59,6 @@ The B interface to digital signatures should almost always be used in preference to the low level interfaces. This is because the code then becomes transparent to the algorithm used and much more flexible. -Due to the link between message digests and public key algorithms the correct -digest algorithm must be used with the correct public key type. A list of -algorithms and associated public key algorithms appears in -L. - When signing with DSA private keys the random number generator must be seeded or the operation will fail. The random number generator does not need to be seeded for RSA signatures. diff --git a/doc/crypto/EVP_VerifyInit.pod b/doc/crypto/EVP_VerifyInit.pod index ffb6f140b7..ee1578a69a 100644 --- a/doc/crypto/EVP_VerifyInit.pod +++ b/doc/crypto/EVP_VerifyInit.pod @@ -51,11 +51,6 @@ The B interface to digital signatures should almost always be used in preference to the low level interfaces. This is because the code then becomes transparent to the algorithm used and much more flexible. -Due to the link between message digests and public key algorithms the correct -digest algorithm must be used with the correct public key type. A list of -algorithms and associated public key algorithms appears in -L. - The call to EVP_VerifyFinal() internally finalizes a copy of the digest context. This means that calls to EVP_VerifyUpdate() and EVP_VerifyFinal() can be called later to digest and verify additional data. -- 2.25.1