diff options
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_verify.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/PKCS7_verify.pod | 4 |
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 | |||
| 54 | to change the default verify behaviour. Only the flag B<PKCS7_NOINTERN> is | 54 | to change the default verify behaviour. Only the flag B<PKCS7_NOINTERN> is |
| 55 | meaningful to PKCS7_get0_signers(). | 55 | meaningful to PKCS7_get0_signers(). |
| 56 | 56 | ||
| 57 | If B<PKCS7_NOINTERN> is set the certificates in the message itself are not | 57 | If B<PKCS7_NOINTERN> is set the certificates in the message itself are not |
| 58 | searched when locating the signer's certificate. This means that all the signers | 58 | searched when locating the signer's certificate. This means that all the signers |
| 59 | certificates must be in the B<certs> parameter. | 59 | certificates 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 | |||
| 79 | signer cannot be found. | 79 | signer cannot be found. |
| 80 | 80 | ||
| 81 | Care should be taken when modifying the default verify behaviour, for example | 81 | Care should be taken when modifying the default verify behaviour, for example |
| 82 | setting B<PKCS7_NOVERIFY|PKCS7_NOSIGS> will totally disable all verification | 82 | setting B<PKCS7_NOVERIFY|PKCS7_NOSIGS> will totally disable all verification |
| 83 | and any signed message will be considered valid. This combination is however | 83 | and any signed message will be considered valid. This combination is however |
| 84 | useful if one merely wishes to write the content to B<out> and its validity | 84 | useful if one merely wishes to write the content to B<out> and its validity |
| 85 | is not considered important. | 85 | is not considered important. |
