summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS7_verify.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_verify.pod')
-rw-r--r--src/lib/libcrypto/doc/PKCS7_verify.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_verify.pod b/src/lib/libcrypto/doc/PKCS7_verify.pod
index 7c10a4cc3c..51ada03f2d 100644
--- a/src/lib/libcrypto/doc/PKCS7_verify.pod
+++ b/src/lib/libcrypto/doc/PKCS7_verify.pod
@@ -54,7 +54,7 @@ Any of the following flags (ored together) can be passed in the B<flags> paramet
54to change the default verify behaviour. Only the flag B<PKCS7_NOINTERN> is 54to change the default verify behaviour. Only the flag B<PKCS7_NOINTERN> is
55meaningful to PKCS7_get0_signers(). 55meaningful 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
59certificates must be in the B<certs> parameter. 59certificates must be in the B<certs> parameter.
60 60
@@ -79,7 +79,7 @@ certificates supplied in B<certs> then the verify will fail because the
79signer cannot be found. 79signer cannot be found.
80 80
81Care should be taken when modifying the default verify behaviour, for example 81Care should be taken when modifying the default verify behaviour, for example
82setting B<PKCS7_NOVERIFY|PKCS7_NOSIGS> will totally disable all verification 82setting B<PKCS7_NOVERIFY|PKCS7_NOSIGS> will totally disable all verification
83and any signed message will be considered valid. This combination is however 83and any signed message will be considered valid. This combination is however
84useful if one merely wishes to write the content to B<out> and its validity 84useful if one merely wishes to write the content to B<out> and its validity
85is not considered important. 85is not considered important.