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-22 23:29:15 +0200
commitc22987ce97c9ab8e5abb83388771208ac716cf22 (patch)
treef7dacd0842b7c615518f34c240f30f5e81daed42 /doc
parent24c23e1f3cd807dbf7e6a057dc01b435703d05b4 (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/10219)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/dgst.pod5
-rw-r--r--doc/man1/enc.pod9
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/man1/dgst.pod b/doc/man1/dgst.pod
index 6d48523c99..ea2c4e3e15 100644
--- a/doc/man1/dgst.pod
+++ b/doc/man1/dgst.pod
@@ -12,6 +12,7 @@ B<openssl dgst>
[B<-help>]
[B<-c>]
[B<-d>]
+[B<-list>]
[B<-hex>]
[B<-binary>]
[B<-r>]
@@ -67,6 +68,10 @@ B<hex> format output is used.
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/enc.pod b/doc/man1/enc.pod
index a3e0b03b20..6f20ac1fc7 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.