summaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-06-24 16:38:08 -0400
committerRich Salz <rsalz@openssl.org>2016-06-24 16:39:05 -0400
commit3b5bea3604fdb0504381de601f0162e97de05582 (patch)
tree34d27e93470b24f6356127c93c9ea3cc19c48537 /doc/apps
parent67b8bf4d849a7c40d0226de4ebe2590c4cc7c1f7 (diff)
Add -ciphers flag to enc command
Don't print the full list of ciphers as part of the -help output. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/enc.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index d790992189..b3bf82adc2 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -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.