diff options
Diffstat (limited to 'src/lib/libcrypto/man/PKCS7_verify.3')
-rw-r--r-- | src/lib/libcrypto/man/PKCS7_verify.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_verify.3 b/src/lib/libcrypto/man/PKCS7_verify.3 index 2895da16d8..d091c03dfd 100644 --- a/src/lib/libcrypto/man/PKCS7_verify.3 +++ b/src/lib/libcrypto/man/PKCS7_verify.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: PKCS7_verify.3,v 1.10 2022/01/19 20:28:06 tb Exp $ | 1 | .\" $OpenBSD: PKCS7_verify.3,v 1.11 2022/03/31 17:27:17 naddy Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: January 19 2022 $ | 51 | .Dd $Mdocdate: March 31 2022 $ |
52 | .Dt PKCS7_VERIFY 3 | 52 | .Dt PKCS7_VERIFY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -133,13 +133,13 @@ parameter (if it is not | |||
133 | and then looking in any certificates contained in the | 133 | and then looking in any certificates contained in the |
134 | .Fa p7 | 134 | .Fa p7 |
135 | structure itself. | 135 | structure itself. |
136 | If any signer's certificates cannot be located the operation fails. | 136 | If any signer's certificates cannot be located, the operation fails. |
137 | .Pp | 137 | .Pp |
138 | Each signer's certificate is chain verified using the | 138 | Each signer's certificate is chain verified using the |
139 | .Sy smimesign | 139 | .Sy smimesign |
140 | purpose and the supplied trusted certificate store. | 140 | purpose and the supplied trusted certificate store. |
141 | Any internal certificates in the message are used as untrusted CAs. | 141 | Any internal certificates in the message are used as untrusted CAs. |
142 | If any chain verify fails an error code is returned. | 142 | If any chain verify fails, an error code is returned. |
143 | .Pp | 143 | .Pp |
144 | Finally, the signed content is read (and written to | 144 | Finally, the signed content is read (and written to |
145 | .Fa out | 145 | .Fa out |