diff options
Diffstat (limited to 'doc/man1/enc.pod')
| -rw-r--r-- | doc/man1/enc.pod | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/man1/enc.pod b/doc/man1/enc.pod index a3e0b03b2000..6f20ac1fc7d5 100644 --- a/doc/man1/enc.pod +++ b/doc/man1/enc.pod @@ -9,6 +9,7 @@ enc - symmetric cipher routines B<openssl enc -I<cipher>> [B<-help>] +[B<-list>] [B<-ciphers>] [B<-in filename>] [B<-out filename>] @@ -56,10 +57,14 @@ either by itself or in addition to the encryption or decryption. Print out a usage message. -=item B<-ciphers> +=item B<-list> List all supported ciphers. +=item B<-ciphers> + +Alias of -list to display all supported ciphers. + =item B<-in filename> The input filename, standard input by default. @@ -419,6 +424,8 @@ certain parameters. So if, for example, you want to use RC2 with a The default digest was changed from MD5 to SHA256 in OpenSSL 1.1.0. +The B<-list> option was added in OpenSSL 1.1.1e. + =head1 COPYRIGHT Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved. |
