Add -ciphers flag to enc command
[openssl.git] / doc / apps / enc.pod
index d79099218949d9923db7c441dd4ed972bc6feb45..b3bf82adc2c7932b677e4ec54beb757e455f9d94 100644 (file)
@@ -8,6 +8,7 @@ enc - symmetric cipher routines
 
 B<openssl enc -ciphername>
 [B<-help>]
+[B<-ciphers>]
 [B<-in filename>]
 [B<-out filename>]
 [B<-pass arg>]
@@ -47,6 +48,10 @@ either by itself or in addition to the encryption or decryption.
 
 Print out a usage message.
 
+=item B<-ciphers>
+
+List all supported ciphers.
+
 =item B<-in filename>
 
 the input filename, standard input by default.