summaryrefslogtreecommitdiffstats
path: root/doc/apps/cms.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-02-12 15:15:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-02-13 14:35:56 +0000
commit847865d0f9810a2f9c0eb7a5dc5d0c29f50b84ba (patch)
tree96020e68bfaf325294ad849b78fe991c42ad0197 /doc/apps/cms.pod
parent4dce704145d2e197904116378d934516d21f0360 (diff)
Add suppot for ASCII with CRLF canonicalisation.
Diffstat (limited to 'doc/apps/cms.pod')
-rw-r--r--doc/apps/cms.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod
index 29720a87f9..cfdc4cb134 100644
--- a/doc/apps/cms.pod
+++ b/doc/apps/cms.pod
@@ -43,6 +43,7 @@ B<openssl> B<cms>
[B<-noattr>]
[B<-nosmimecap>]
[B<-binary>]
+[B<-asciicrlf>]
[B<-nodetach>]
[B<-certfile file>]
[B<-certsout file>]
@@ -291,6 +292,15 @@ 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<-asciicrlf>
+
+when signing use ASCII CRLF format canonicalisation. This strips trailing
+whitespace from all lines, deletes trailing blank lines at EOF and sets
+the encapsulated content type. This option is normally used with detached
+content and an output signature format of DER. This option is not normally
+needed when verifying as it is enabled automatically if the encapsulated
+content format is detected.
+
=item B<-nodetach>
when signing a message use opaque signing: this form is more resistant