Skip to content

Commit

Permalink
Update openssl-smime.pod.in
Browse files Browse the repository at this point in the history
Remove duplicate entries for -nocerts and -noattr

CLA:trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #24052)

(cherry picked from commit 5a0c92c)
  • Loading branch information
DominikNeubauer authored and t8m committed May 15, 2024
1 parent 13f48c1 commit bb7edb6
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions doc/man1/openssl-smime.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ Don't try to verify the signatures on the message.

=item B<-nocerts>

When signing a message the signer's certificate is normally included
with this option it is excluded. This will reduce the size of the
signed message but the verifier must have a copy of the signers certificate
When signing a message, the signer's certificate is normally included.
With this option it is excluded. This will reduce the size of the
signed message, but the verifier must have a copy of the signers certificate
available locally (passed using the B<-certfile> option for example).

=item B<-noattr>

Normally when a message is signed a set of attributes are included which
Normally, when a message is signed, a set of attributes are included which
include the signing time and supported symmetric algorithms. With this
option they are not included.

Expand Down Expand Up @@ -245,14 +245,6 @@ used multiple times if more than one signer is required. If a message is being
verified then the signers certificates will be written to this file if the
verification was successful.

=item B<-nocerts>

Don't include signers certificate when signing.

=item B<-noattr>

Don't include any signed attributes when signing.

=item B<-recip> I<file>

The recipients certificate when decrypting a message. This certificate
Expand Down

0 comments on commit bb7edb6

Please sign in to comment.