summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-13 07:04:01 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-23 06:34:09 +0200
commitb8441adb593392e224eccc95495e9a7451d04821 (patch)
tree5227975ba41056724132fbbcb06f07f18fe31401 /doc
parentc540f00f383754fa490be76c2c3398ccd4d2a869 (diff)
Re-implement the cipher and digest listings for 'openssl list'
They now display both legacy and provided algorithms. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9356)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/list.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man1/list.pod b/doc/man1/list.pod
index 901a2668dd..1e4d7cdd0a 100644
--- a/doc/man1/list.pod
+++ b/doc/man1/list.pod
@@ -53,6 +53,8 @@ as input to the L<dgst(1)> or L<speed(1)> commands.
Display a list of message digest algorithms.
If a line is of the form C<foo =E<gt> bar> then B<foo> is an alias for the
official algorithm name, B<bar>.
+If a line is of the form C<foo @ bar>, then B<foo> is provided by the provider
+B<bar>.
=item B<-mac-algorithms>
@@ -70,6 +72,8 @@ to the L<dgst(1)> or L<speed(1)> commands.
Display a list of cipher algorithms.
If a line is of the form C<foo =E<gt> bar> then B<foo> is an alias for the
official algorithm name, B<bar>.
+If a line is of the form C<foo @ bar>, then B<foo> is provided by the provider
+B<bar>.
=item B<-public-key-algorithms>