VMS: tell the C compiler to use the ISO C94 standard
[openssl.git] / doc / apps / 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<-commands>]
12 [B<-digest-commands>]
13 [B<-digest-algorithms>]
14 [B<-cipher-commands>]
15 [B<-cipher-algorithms>]
16 [B<-public-key-algorithms>]
17 [B<-disabled>]
18
19 =head1 DESCRIPTION
20
21 This command is used to generate list of algorithms or disabled
22 features.
23
24 =head1 OPTIONS
25
26 =over 4
27
28 =item B<-help>
29
30 Display out a usage message.
31
32 =item B<-commands>
33
34 Display a list of standard commands.
35
36 =item B<-digest-commands>
37
38 Display a list of message digest commands, which are typically used
39 as input to the L<dgst(1)> or L<speed(1)> commands.
40
41 =item B<-digest-algorithms>
42
43 Display a list of message digest algorithms.
44 If a line is of the form
45   foo => bar
46 then B<foo> is an alias for the official algorithm name, B<bar>.
47
48 =item B<-cipher-commands>
49
50 Display a list of cipher commands, which are typically used as input
51 to the L<dgst(1)> or L<speed(1)> commands.
52
53 =item B<-cipher-algorithms>
54
55 Display a list of cipher algorithms.
56 If a line is of the form
57   foo => bar
58 then B<foo> is an alias for the official algorithm name, B<bar>.
59
60 =item B<-public-key-algorithms>
61
62 Display a list of public key algorithms, with each algorithm as
63 a block of multiple lines, all but the first are indented.
64
65 =item B<-disabled>
66
67 Display a list of disabled features, those that were compiled out
68 of the installation.
69
70 =back
71
72 =head1 COPYRIGHT
73
74 Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
75
76 Licensed under the OpenSSL license (the "License").  You may not use
77 this file except in compliance with the License.  You can obtain a copy
78 in the file LICENSE in the source distribution or at
79 L<https://www.openssl.org/source/license.html>.
80
81 =cut