1LIST(1) OpenSSL LIST(1)
2
3
4
6 openssl-list, list - list algorithms and features
7
9 openssl list [-help] [-1] [-commands] [-digest-commands]
10 [-digest-algorithms] [-cipher-commands] [-cipher-algorithms]
11 [-public-key-algorithms] [-public-key-methods] [-disabled]
12
14 This command is used to generate list of algorithms or disabled
15 features.
16
18 -help
19 Display a usage message.
20
21 -1 List the commands, digest-commands, or cipher-commands in a single
22 column. If used, this option must be given first.
23
24 -commands
25 Display a list of standard commands.
26
27 -digest-commands
28 Display a list of message digest commands, which are typically used
29 as input to the dgst(1) or speed(1) commands.
30
31 -digest-algorithms
32 Display a list of message digest algorithms. If a line is of the
33 form
34 foo => bar then foo is an alias for the official algorithm name,
35 bar.
36
37 -cipher-commands
38 Display a list of cipher commands, which are typically used as
39 input to the dgst(1) or speed(1) commands.
40
41 -cipher-algorithms
42 Display a list of cipher algorithms. If a line is of the form
43 foo => bar then foo is an alias for the official algorithm name,
44 bar.
45
46 -public-key-algorithms
47 Display a list of public key algorithms, with each algorithm as a
48 block of multiple lines, all but the first are indented.
49
50 -public-key-methods
51 Display a list of public key method OIDs: this also includes public
52 key methods without an associated ASN.1 method, for example, KDF
53 algorithms.
54
55 -disabled
56 Display a list of disabled features, those that were compiled out
57 of the installation.
58
60 Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
61
62 Licensed under the OpenSSL license (the "License"). You may not use
63 this file except in compliance with the License. You can obtain a copy
64 in the file LICENSE in the source distribution or at
65 <https://www.openssl.org/source/license.html>.
66
67
68
691.1.1c 2019-05-28 LIST(1)