diff options
Diffstat (limited to 'doc/apps/smime.pod')
-rw-r--r-- | doc/apps/smime.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod index 8b58ccc699..4dc737893a 100644 --- a/doc/apps/smime.pod +++ b/doc/apps/smime.pod @@ -14,6 +14,8 @@ B<openssl> B<smime> [B<-resign>] [B<-verify>] [B<-pk7out>] +[B<-binary>] +[B<-crlfeol>] [B<-[cipher]>] [B<-in file>] [B<-CAfile file>] @@ -245,6 +247,11 @@ effectively using CR and LF as end of line: as required by the S/MIME specification. When this option is present no translation occurs. This is useful when handling binary data which may not be in MIME format. +=item B<-crlfeol> + +normally the output file uses a single B<LF> as end of line. When this +option is present B<CRLF> is used instead. + =item B<-nodetach> when signing a message use opaque signing: this form is more resistant |