From 9446daac5b7be3210e9c5d80c3d95309d946ee38 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Sat, 28 Nov 2015 14:45:43 -0500 Subject: Correct aes-128-cbc cipher name Reviewed-by: Richard Levitte --- doc/apps/cms.pod | 2 +- doc/apps/smime.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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|enc(1)> for a list of ciphers +example B<-aes-128-cbc>. See L|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|enc(1)> for list of ciphers +example B<-aes-128-cbc>. See L|enc(1)> for list of ciphers supported by your version of OpenSSL. If not specified triple DES is used. Only used with B<-encrypt>. -- cgit v1.2.3