976be97344ac14d27f44aa413814f36dbc7b29ea
[openssl.git] / doc / man1 / list.pod
1 =pod
2
3 =head1 NAME
4
5 list - list algorithms and features
6
7 =head1 SYNOPSIS
8
9 B<openssl list>
10 [B<-help>]
11 [B<-1>]
12 [B<-commands>]
13 [B<-digest-commands>]
14 [B<-digest-algorithms>]
15 [B<-cipher-commands>]
16 [B<-cipher-algorithms>]
17 [B<-public-key-algorithms>]
18 [B<-public-key-methods>]
19 [B<-disabled>]
20
21 =head1 DESCRIPTION
22
23 This command is used to generate list of algorithms or disabled
24 features.
25
26 =head1 OPTIONS
27
28 =over 4
29
30 =item B<-help>
31
32 Display a usage message.
33
34 =item B<-1>
35
36 List the commands, digest-commands, or cipher-commands in a single column.
37 If used, this option must be given first.
38
39 =item B<-commands>
40
41 Display a list of standard commands.
42
43 =item B<-digest-commands>
44
45 Display a list of message digest commands, which are typically used
46 as input to the L<dgst(1)> or L<speed(1)> commands.
47
48 =item B<-digest-algorithms>
49
50 Display a list of message digest algorithms.
51 If a line is of the form
52   foo => bar
53 then B<foo> is an alias for the official algorithm name, B<bar>.
54
55 =item B<-cipher-commands>
56
57 Display a list of cipher commands, which are typically used as input
58 to the L<dgst(1)> or L<speed(1)> commands.
59
60 =item B<-cipher-algorithms>
61
62 Display a list of cipher algorithms.
63 If a line is of the form
64   foo => bar
65 then B<foo> is an alias for the official algorithm name, B<bar>.
66
67 =item B<-public-key-algorithms>
68
69 Display a list of public key algorithms, with each algorithm as
70 a block of multiple lines, all but the first are indented.
71
72 =item B<-public-key-methods>
73
74 Display a list of public key method OIDs: this also includes public key methods
75 without an associated ASN.1 method, for example, KDF algorithms.
76
77 =item B<-disabled>
78
79 Display a list of disabled features, those that were compiled out
80 of the installation.
81
82 =back
83
84 =head1 COPYRIGHT
85
86 Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
87
88 Licensed under the OpenSSL license (the "License").  You may not use
89 this file except in compliance with the License.  You can obtain a copy
90 in the file LICENSE in the source distribution or at
91 L<https://www.openssl.org/source/license.html>.
92
93 =cut