diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/doc/PKCS7_verify.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_verify.pod b/src/lib/libcrypto/doc/PKCS7_verify.pod index 781c6108a9..059fbff8e9 100644 --- a/src/lib/libcrypto/doc/PKCS7_verify.pod +++ b/src/lib/libcrypto/doc/PKCS7_verify.pod | |||
@@ -16,7 +16,7 @@ PKCS7_verify, PKCS7_get0_signers - verify a PKCS#7 signedData structure | |||
16 | 16 | ||
17 | PKCS7_verify() verifies a PKCS#7 signedData structure. B<p7> is the PKCS7 | 17 | PKCS7_verify() verifies a PKCS#7 signedData structure. B<p7> is the PKCS7 |
18 | structure to verify. B<certs> is a set of certificates in which to search for | 18 | structure to verify. B<certs> is a set of certificates in which to search for |
19 | the signer's certificate. B<store> is a trusted certficate store (used for | 19 | the signer's certificate. B<store> is a trusted certificate store (used for |
20 | chain verification). B<indata> is the signed data if the content is not | 20 | chain verification). B<indata> is the signed data if the content is not |
21 | present in B<p7> (that is it is detached). The content is written to B<out> | 21 | present in B<p7> (that is it is detached). The content is written to B<out> |
22 | if it is not NULL. | 22 | if it is not NULL. |