diff options
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_VerifyInit.pod')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_VerifyInit.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/EVP_VerifyInit.pod b/src/lib/libcrypto/doc/EVP_VerifyInit.pod index 0ffb0a8077..c665ee2ebc 100644 --- a/src/lib/libcrypto/doc/EVP_VerifyInit.pod +++ b/src/lib/libcrypto/doc/EVP_VerifyInit.pod | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | =head1 NAME | 3 | =head1 NAME |
4 | 4 | ||
5 | EVP_VerifyInit, EVP_VerifyUpdate, EVP_VerifyFinal - EVP signature verification functions | 5 | EVP_VerifyInit, EVP_VerifyUpdate, EVP_VerifyFinal - EVP signature verification |
6 | functions | ||
6 | 7 | ||
7 | =head1 SYNOPSIS | 8 | =head1 SYNOPSIS |
8 | 9 | ||
@@ -38,8 +39,8 @@ implementation of digest B<type>. | |||
38 | EVP_VerifyInit_ex() and EVP_VerifyUpdate() return 1 for success and 0 for | 39 | EVP_VerifyInit_ex() and EVP_VerifyUpdate() return 1 for success and 0 for |
39 | failure. | 40 | failure. |
40 | 41 | ||
41 | EVP_VerifyFinal() returns 1 for a correct signature, 0 for failure and -1 if some | 42 | EVP_VerifyFinal() returns 1 for a correct signature, 0 for failure and -1 if |
42 | other error occurred. | 43 | some other error occurred. |
43 | 44 | ||
44 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. | 45 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. |
45 | 46 | ||