diff options
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_verify.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/PKCS7_verify.pod | 12 |
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 | |||
| 37 | the content is detached B<indata> cannot be B<NULL>. | 37 | the content is detached B<indata> cannot be B<NULL>. |
| 38 | 38 | ||
| 39 | An attempt is made to locate all the signer's certificates, first looking in | 39 | An attempt is made to locate all the signer's certificates, first looking in |
| 40 | the B<certs> parameter (if it is not B<NULL>) and then looking in any certificates | 40 | the B<certs> parameter (if it is not B<NULL>) and then looking in any |
| 41 | contained in the B<p7> structure itself. If any signer's certificates cannot be | 41 | certificates contained in the B<p7> structure itself. If any signer's |
| 42 | located the operation fails. | 42 | certificates cannot be located the operation fails. |
| 43 | 43 | ||
| 44 | Each signer's certificate is chain verified using the B<smimesign> purpose and | 44 | Each signer's certificate is chain verified using the B<smimesign> purpose and |
| 45 | the supplied trusted certificate store. Any internal certificates in the message | 45 | the supplied trusted certificate store. Any internal certificates in the message |
| @@ -50,9 +50,9 @@ the signature's checked. | |||
| 50 | 50 | ||
| 51 | If all signature's verify correctly then the function is successful. | 51 | If all signature's verify correctly then the function is successful. |
| 52 | 52 | ||
| 53 | Any of the following flags (ored together) can be passed in the B<flags> parameter | 53 | Any of the following flags (ored together) can be passed in the B<flags> |
| 54 | to change the default verify behaviour. Only the flag B<PKCS7_NOINTERN> is | 54 | parameter to change the default verify behaviour. Only the flag |
| 55 | meaningful to PKCS7_get0_signers(). | 55 | B<PKCS7_NOINTERN> is 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 |
