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/smime.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/apps/smime.pod') 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