diff options
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod b/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod index f224488978..819e0d4b9f 100644 --- a/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod +++ b/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod | |||
| @@ -56,7 +56,7 @@ needed to be used to sign using SHA1 and DSA. This is no longer necessary and | |||
| 56 | the use of clone digest is now discouraged. | 56 | the use of clone digest is now discouraged. |
| 57 | 57 | ||
| 58 | For some key types and parameters the random number generator must be seeded | 58 | For some key types and parameters the random number generator must be seeded |
| 59 | or the operation will fail. | 59 | or the operation will fail. |
| 60 | 60 | ||
| 61 | The call to EVP_DigestVerifyFinal() internally finalizes a copy of the digest | 61 | The call to EVP_DigestVerifyFinal() internally finalizes a copy of the digest |
| 62 | context. This means that calls to EVP_VerifyUpdate() and EVP_VerifyFinal() can | 62 | context. This means that calls to EVP_VerifyUpdate() and EVP_VerifyFinal() can |
| @@ -76,7 +76,7 @@ L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)> | |||
| 76 | 76 | ||
| 77 | =head1 HISTORY | 77 | =head1 HISTORY |
| 78 | 78 | ||
| 79 | EVP_DigestVerifyInit(), EVP_DigestVerifyUpdate() and EVP_DigestVerifyFinal() | 79 | EVP_DigestVerifyInit(), EVP_DigestVerifyUpdate() and EVP_DigestVerifyFinal() |
| 80 | were first added to OpenSSL 1.0.0. | 80 | were first added to OpenSSL 1.0.0. |
| 81 | 81 | ||
| 82 | =cut | 82 | =cut |
