diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2016-05-19 18:22:57 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2016-05-19 23:43:00 +0200 |
commit | 2197494da6a2f4b1cc7024bb647c775f277f53c5 (patch) | |
tree | a2dad59145200bddc550e347d684d9e62c3f385e /doc/apps | |
parent | Move Haiku configuration to separate config file to denote (diff) | |
download | openssl-2197494da6a2f4b1cc7024bb647c775f277f53c5.tar.xz openssl-2197494da6a2f4b1cc7024bb647c775f277f53c5.zip |
Use correct EOL in headers.
RT#1817
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/apps')
-rw-r--r-- | doc/apps/cms.pod | 6 | ||||
-rw-r--r-- | doc/apps/smime.pod | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod index 2c7566499d..4876ef1521 100644 --- a/doc/apps/cms.pod +++ b/doc/apps/cms.pod @@ -74,6 +74,7 @@ B<openssl> B<cms> [B<-noattr>] [B<-nosmimecap>] [B<-binary>] +[B<-crlfeol>] [B<-asciicrlf>] [B<-nodetach>] [B<-certfile file>] @@ -340,6 +341,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<-asciicrlf> when signing use ASCII CRLF format canonicalisation. This strips trailing 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 |