summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2015-11-28 14:45:43 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2015-11-28 15:07:34 -0500
commit9446daac5b7be3210e9c5d80c3d95309d946ee38 (patch)
treebde70f2fe839c5f5a2371d6e9f2381df319d3e79 /doc
parent600fdc716f795674df68b487ab6e7b31165be4a0 (diff)
Correct aes-128-cbc cipher name
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/cms.pod2
-rw-r--r--doc/apps/smime.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod
index cb7fc5972c..074765a7b7 100644
--- a/doc/apps/cms.pod
+++ b/doc/apps/cms.pod
@@ -292,7 +292,7 @@ default digest algorithm for the signing key will be used (usually SHA1).
the encryption algorithm to use. For example triple DES (168 bits) - B<-des3>
or 256 bit AES - B<-aes256>. Any standard algorithm name (as used by the
EVP_get_cipherbyname() function) can also be used preceded by a dash, for
-example B<-aes_128_cbc>. See L<B<enc>|enc(1)> for a list of ciphers
+example B<-aes-128-cbc>. See L<B<enc>|enc(1)> for a list of ciphers
supported by your version of OpenSSL.
If not specified triple DES is used. Only used with B<-encrypt> and
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index d6f3de2005..c9d3601948 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -195,7 +195,7 @@ default digest algorithm for the signing key will be used (usually SHA1).
the encryption algorithm to use. For example DES (56 bits) - B<-des>,
triple DES (168 bits) - B<-des3>,
EVP_get_cipherbyname() function) can also be used preceded by a dash, for
-example B<-aes_128_cbc>. See L<B<enc>|enc(1)> for list of ciphers
+example B<-aes-128-cbc>. See L<B<enc>|enc(1)> for list of ciphers
supported by your version of OpenSSL.
If not specified triple DES is used. Only used with B<-encrypt>.