6 list - list algorithms and features
15 [B<-digest-algorithms>]
17 [B<-cipher-algorithms>]
18 [B<-public-key-algorithms>]
19 [B<-public-key-methods>]
24 This command is used to generate list of algorithms or disabled
33 Display a usage message.
37 List the commands, digest-commands, or cipher-commands in a single column.
38 If used, this option must be given first.
42 Display a list of standard commands.
44 =item B<-digest-commands>
46 Display a list of message digest commands, which are typically used
47 as input to the L<dgst(1)> or L<speed(1)> commands.
49 =item B<-digest-algorithms>
51 Display a list of message digest algorithms.
52 If a line is of the form
54 then B<foo> is an alias for the official algorithm name, B<bar>.
56 =item B<-cipher-commands>
58 Display a list of cipher commands, which are typically used as input
59 to the L<dgst(1)> or L<speed(1)> commands.
61 =item B<-cipher-algorithms>
63 Display a list of cipher algorithms.
64 If a line is of the form
66 then B<foo> is an alias for the official algorithm name, B<bar>.
68 =item B<-public-key-algorithms>
70 Display a list of public key algorithms, with each algorithm as
71 a block of multiple lines, all but the first are indented.
73 =item B<-public-key-methods>
75 Display a list of public key method OIDs: this also includes public key methods
76 without an associated ASN.1 method, for example, KDF algorithms.
80 Display a list of disabled features, those that were compiled out
87 Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
89 Licensed under the OpenSSL license (the "License"). You may not use
90 this file except in compliance with the License. You can obtain a copy
91 in the file LICENSE in the source distribution or at
92 L<https://www.openssl.org/source/license.html>.