summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS7_verify.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/PKCS7_verify.3')
-rw-r--r--src/lib/libcrypto/man/PKCS7_verify.38
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
133and then looking in any certificates contained in the 133and then looking in any certificates contained in the
134.Fa p7 134.Fa p7
135structure itself. 135structure itself.
136If any signer's certificates cannot be located the operation fails. 136If any signer's certificates cannot be located, the operation fails.
137.Pp 137.Pp
138Each signer's certificate is chain verified using the 138Each signer's certificate is chain verified using the
139.Sy smimesign 139.Sy smimesign
140purpose and the supplied trusted certificate store. 140purpose and the supplied trusted certificate store.
141Any internal certificates in the message are used as untrusted CAs. 141Any internal certificates in the message are used as untrusted CAs.
142If any chain verify fails an error code is returned. 142If any chain verify fails, an error code is returned.
143.Pp 143.Pp
144Finally, the signed content is read (and written to 144Finally, the signed content is read (and written to
145.Fa out 145.Fa out