summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-05-21 10:39:11 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-05-21 11:21:12 +0100
commitee14e33c3523e74089e524e0c0caf0d0242c6fa0 (patch)
tree275ee54ff0c37af066884712a977bb2af9b991b6 /doc
parent1bcb94a721307702c8a204758c4ddf7e43ba8c74 (diff)
Change default cipher in smime app to des3.
PR#3357 (cherry picked from commit ca3ffd9670f2b589bf8cc04923f953e06d6fbc58) Conflicts: doc/apps/smime.pod
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/smime.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index 1b0d4f9539..bc8f059085 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -135,8 +135,8 @@ to each certificate.
=item B<-des -des3 -rc2-40 -rc2-64 -rc2-128 -aes128 -aes192 -aes256 -camellia128 -camellia192 -camellia256>
the encryption algorithm to use. DES (56 bits), triple DES (168 bits),
-40, 64 or 128 bit RC2, 128, 192 or 256 bit AES, or 128, 192 or 256 bit Camellia respectively. If not
-specified 40 bit RC2 is used. Only used with B<-encrypt>.
+40, 64 or 128 bit RC2, 128, 192 or 256 bit AES, or 128, 192 or 256 bit Camellia respectively.
+If not specified triple DES is used. Only used with B<-encrypt>.
=item B<-nointern>