summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS7_verify.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 22:26:33 +0000
committerjim <>2014-05-04 22:26:33 +0000
commitcc8925bff081ec36ac69be8b3681bff98f5d07da (patch)
treec61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/PKCS7_verify.pod
parente591b58894a6d621ba00c14da39becb1a0d16335 (diff)
downloadopenbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.gz
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.bz2
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.zip
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_verify.pod')
-rw-r--r--src/lib/libcrypto/doc/PKCS7_verify.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_verify.pod b/src/lib/libcrypto/doc/PKCS7_verify.pod
index 51ada03f2d..f88e66632b 100644
--- a/src/lib/libcrypto/doc/PKCS7_verify.pod
+++ b/src/lib/libcrypto/doc/PKCS7_verify.pod
@@ -37,9 +37,9 @@ be signedData. There must be at least one signature on the data and if
37the content is detached B<indata> cannot be B<NULL>. 37the content is detached B<indata> cannot be B<NULL>.
38 38
39An attempt is made to locate all the signer's certificates, first looking in 39An attempt is made to locate all the signer's certificates, first looking in
40the B<certs> parameter (if it is not B<NULL>) and then looking in any certificates 40the B<certs> parameter (if it is not B<NULL>) and then looking in any
41contained in the B<p7> structure itself. If any signer's certificates cannot be 41certificates contained in the B<p7> structure itself. If any signer's
42located the operation fails. 42certificates cannot be located the operation fails.
43 43
44Each signer's certificate is chain verified using the B<smimesign> purpose and 44Each signer's certificate is chain verified using the B<smimesign> purpose and
45the supplied trusted certificate store. Any internal certificates in the message 45the supplied trusted certificate store. Any internal certificates in the message
@@ -50,9 +50,9 @@ the signature's checked.
50 50
51If all signature's verify correctly then the function is successful. 51If all signature's verify correctly then the function is successful.
52 52
53Any of the following flags (ored together) can be passed in the B<flags> parameter 53Any of the following flags (ored together) can be passed in the B<flags>
54to change the default verify behaviour. Only the flag B<PKCS7_NOINTERN> is 54parameter to change the default verify behaviour. Only the flag
55meaningful to PKCS7_get0_signers(). 55B<PKCS7_NOINTERN> is meaningful to PKCS7_get0_signers().
56 56
57If B<PKCS7_NOINTERN> is set the certificates in the message itself are not 57If B<PKCS7_NOINTERN> is set the certificates in the message itself are not
58searched when locating the signer's certificate. This means that all the signers 58searched when locating the signer's certificate. This means that all the signers