From 8a513f05a3e6dc1c0b272340106045c4c5217e6d Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 9 Oct 2023 12:11:10 +0200 Subject: [PATCH] fixup! fixup! PKCS7 and SMIME: improve documentation w.r.t. untrusted and signer certificates --- doc/man1/openssl-cms.pod.in | 3 ++- doc/man1/openssl-smime.pod.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/man1/openssl-cms.pod.in b/doc/man1/openssl-cms.pod.in index 413f30bfdce02..db310263798e7 100644 --- a/doc/man1/openssl-cms.pod.in +++ b/doc/man1/openssl-cms.pod.in @@ -461,7 +461,8 @@ signer certificates in the message as a source of candidate signers. With B<-nointern> these will be the only signer certificates considered. Note that a message can have multiple signers. -When verifying a multi-signed message, all the signatures must be valid, and so all the signer certificates need to be available. +When verifying a multi-signed message, all the signatures must be valid, +and so all the signer certificates need to be available. The input can be in PEM, DER, or PKCS#12 format. diff --git a/doc/man1/openssl-smime.pod.in b/doc/man1/openssl-smime.pod.in index 5188017e3bfa5..bbfb15229523e 100644 --- a/doc/man1/openssl-smime.pod.in +++ b/doc/man1/openssl-smime.pod.in @@ -244,7 +244,8 @@ signer certificates in the message as a source of candidate signers. With B<-nointern> these will be the only signer certificates considered. Note that a message can have multiple signers. -When verifying a multi-signed message, all the signatures must be valid, and so all the signer certificates need to be available. +When verifying a multi-signed message, all the signatures must be valid, +and so all the signer certificates need to be available. The input can be in PEM, DER, or PKCS#12 format.