diff options
| author | djm <> | 2010-10-01 22:59:01 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-01 22:59:01 +0000 |
| commit | 8922d4bc4a8b8893d72a48deb2cdf58215f98505 (patch) | |
| tree | 939b752540947d33507b3acc48d76a8bfb7c3dc3 /src/lib/libcrypto/doc/EVP_VerifyInit.pod | |
| parent | 76262f7bf9262f965142b1b2b2105cb279c5c696 (diff) | |
| download | openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.tar.gz openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.tar.bz2 openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.zip | |
resolve conflicts, fix local changes
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_VerifyInit.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_VerifyInit.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/libcrypto/doc/EVP_VerifyInit.pod b/src/lib/libcrypto/doc/EVP_VerifyInit.pod index b6afaedee5..9097f09410 100644 --- a/src/lib/libcrypto/doc/EVP_VerifyInit.pod +++ b/src/lib/libcrypto/doc/EVP_VerifyInit.pod | |||
| @@ -67,6 +67,15 @@ will occur. | |||
| 67 | Older versions of this documentation wrongly stated that calls to | 67 | Older versions of this documentation wrongly stated that calls to |
| 68 | EVP_VerifyUpdate() could not be made after calling EVP_VerifyFinal(). | 68 | EVP_VerifyUpdate() could not be made after calling EVP_VerifyFinal(). |
| 69 | 69 | ||
| 70 | Since the public key is passed in the call to EVP_SignFinal() any error | ||
| 71 | relating to the private key (for example an unsuitable key and digest | ||
| 72 | combination) will not be indicated until after potentially large amounts of | ||
| 73 | data have been passed through EVP_SignUpdate(). | ||
| 74 | |||
| 75 | It is not possible to change the signing parameters using these function. | ||
| 76 | |||
| 77 | The previous two bugs are fixed in the newer EVP_VerifyDigest*() function. | ||
| 78 | |||
| 70 | =head1 SEE ALSO | 79 | =head1 SEE ALSO |
| 71 | 80 | ||
| 72 | L<evp(3)|evp(3)>, | 81 | L<evp(3)|evp(3)>, |
