summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoragnosticdev <agnosticdev@gmail.com>2019-09-16 07:09:01 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-10-18 22:14:41 +0200
commitf62d67b6ab5b16d6ca9d76251432701dba299ba8 (patch)
treea70366549270eb6021ed9fa221bfc07defa5faaa /doc
parent5bd7865da004213dd978b65ef998a29a78916d21 (diff)
Update dgst.c to show a list of message digests
Fixes #9893 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9912)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-dgst.pod5
-rw-r--r--doc/man1/openssl-enc.pod11
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/man1/openssl-dgst.pod b/doc/man1/openssl-dgst.pod
index 7859d75da7..e165be94f3 100644
--- a/doc/man1/openssl-dgst.pod
+++ b/doc/man1/openssl-dgst.pod
@@ -11,6 +11,7 @@ B<openssl> B<dgst>|I<digest>
[B<-help>]
[B<-c>]
[B<-d>]
+[B<-list>]
[B<-hex>]
[B<-binary>]
[B<-r>]
@@ -64,6 +65,10 @@ the B<-hex> option is given as well.
Print out BIO debugging information.
+=item B<-list>
+
+Prints out a list of supported message digests.
+
=item B<-hex>
Digest is to be output as a hex dump. This is the default case for a "normal"
diff --git a/doc/man1/openssl-enc.pod b/doc/man1/openssl-enc.pod
index 592e4f5764..ced97e743e 100644
--- a/doc/man1/openssl-enc.pod
+++ b/doc/man1/openssl-enc.pod
@@ -9,6 +9,7 @@ openssl-enc - symmetric cipher routines
B<openssl> B<enc>|I<cipher>
[B<-I<cipher>>]
[B<-help>]
+[B<-list>]
[B<-ciphers>]
[B<-in> I<filename>]
[B<-out> I<filename>]
@@ -58,10 +59,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> I<filename>
The input filename, standard input by default.
@@ -411,6 +416,10 @@ 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.
+
+The B<-ciphers> option was deprecated in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.