projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8842987
)
RT1834: Fix PKCS7_verify return value
author
Rich Salz
<rsalz@openssl.org>
Fri, 5 Sep 2014 22:01:31 +0000
(18:01 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 8 Sep 2014 14:43:08 +0000
(10:43 -0400)
The function returns 0 or 1, only.
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
doc/crypto/PKCS7_verify.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/PKCS7_verify.pod
b/doc/crypto/PKCS7_verify.pod
index dcad4f5ef3901e1c03b617b2b9ec633e491bf7b5..f083306b0dc34b21e1c90b3163f7ae536df9aea0 100644
(file)
--- a/
doc/crypto/PKCS7_verify.pod
+++ b/
doc/crypto/PKCS7_verify.pod
@@
-91,8
+91,8
@@
timestamp).
=head1 RETURN VALUES
-PKCS7_verify() returns
1 for a successful verification and zero or a negative
-
value
if an error occurs.
+PKCS7_verify() returns
one for a successful verification and zero
+if an error occurs.
PKCS7_get0_signers() returns all signers or B<NULL> if an error occurred.