summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-02-26 21:44:41 +0000
committerRichard Levitte <levitte@openssl.org>2004-02-26 21:44:41 +0000
commit8bb0c8522a3980a82bf0ebfbdf782ec306c35ea6 (patch)
tree6abb2e9c15284fae794ee2dba9984774ef133fbe /doc
parentc6700d27461e213af63bec686c57bd5a57c94a91 (diff)
Document the AES options for 'openssl smime'.
PR: 834
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/smime.pod11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index 2453dd2738..222d3d9431 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -17,6 +17,9 @@ B<openssl> B<smime>
[B<-rc2-40>]
[B<-rc2-64>]
[B<-rc2-128>]
+[B<-ase128>]
+[B<-ase192>]
+[B<-ase256>]
[B<-in file>]
[B<-certfile file>]
[B<-signer file>]
@@ -126,11 +129,11 @@ B<-verify>. This directory must be a standard certificate directory: that
is a hash of each subject name (using B<x509 -hash>) should be linked
to each certificate.
-=item B<-des -des3 -rc2-40 -rc2-64 -rc2-128>
+=item B<-des -des3 -rc2-40 -rc2-64 -rc2-128 -aes128 -aes192 -aes256>
-the encryption algorithm to use. DES (56 bits), triple DES (168 bits)
-or 40, 64 or 128 bit RC2 respectively if not specified 40 bit RC2 is
-used. Only used with B<-encrypt>.
+the encryption algorithm to use. DES (56 bits), triple DES (168 bits),
+40, 64 or 128 bit RC2 or 128, 192 or 256 bit AES respectively. If not
+specified 40 bit RC2 is used. Only used with B<-encrypt>.
=item B<-nointern>