Skip to content

Commit

Permalink
fixup! fixup! PKCS7 and SMIME: improve documentation w.r.t. untrusted…
Browse files Browse the repository at this point in the history
… and signer certificates
  • Loading branch information
DDvO committed Oct 9, 2023
1 parent c7c6983 commit 8a513f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/man1/openssl-cms.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion doc/man1/openssl-smime.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8a513f0

Please sign in to comment.