X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FEVP_VerifyInit.pod;h=9097f094105d50d9cadc053e9df7df959749dabd;hb=aa224e9719871f89f962061a5970b49f03c9dca0;hp=80c656fde8d9546236c02908e507bfd4ab93e868;hpb=3811eed8d50652225567e2ee4b14e7c920432e42;p=oweals%2Fopenssl.git diff --git a/doc/crypto/EVP_VerifyInit.pod b/doc/crypto/EVP_VerifyInit.pod index 80c656fde8..9097f09410 100644 --- a/doc/crypto/EVP_VerifyInit.pod +++ b/doc/crypto/EVP_VerifyInit.pod @@ -67,6 +67,15 @@ will occur. Older versions of this documentation wrongly stated that calls to EVP_VerifyUpdate() could not be made after calling EVP_VerifyFinal(). +Since the public key is passed in the call to EVP_SignFinal() any error +relating to the private key (for example an unsuitable key and digest +combination) will not be indicated until after potentially large amounts of +data have been passed through EVP_SignUpdate(). + +It is not possible to change the signing parameters using these function. + +The previous two bugs are fixed in the newer EVP_VerifyDigest*() function. + =head1 SEE ALSO L, @@ -74,7 +83,7 @@ L, L, L, L, L, L, L, L, L, -L, L +L, L =head1 HISTORY