Blame doc/man1/list.pod

Packit c4476c
=pod
Packit c4476c
Packit c4476c
=head1 NAME
Packit c4476c
Packit c4476c
openssl-list,
Packit c4476c
list - list algorithms and features
Packit c4476c
Packit c4476c
=head1 SYNOPSIS
Packit c4476c
Packit c4476c
B<openssl list>
Packit c4476c
[B<-help>]
Packit c4476c
[B<-1>]
Packit c4476c
[B<-commands>]
Packit c4476c
[B<-digest-commands>]
Packit c4476c
[B<-digest-algorithms>]
Packit c4476c
[B<-cipher-commands>]
Packit c4476c
[B<-cipher-algorithms>]
Packit c4476c
[B<-public-key-algorithms>]
Packit c4476c
[B<-public-key-methods>]
Packit c4476c
[B<-disabled>]
Packit c4476c
Packit c4476c
=head1 DESCRIPTION
Packit c4476c
Packit c4476c
This command is used to generate list of algorithms or disabled
Packit c4476c
features.
Packit c4476c
Packit c4476c
=head1 OPTIONS
Packit c4476c
Packit c4476c
=over 4
Packit c4476c
Packit c4476c
=item B<-help>
Packit c4476c
Packit c4476c
Display a usage message.
Packit c4476c
Packit c4476c
=item B<-1>
Packit c4476c
Packit c4476c
List the commands, digest-commands, or cipher-commands in a single column.
Packit c4476c
If used, this option must be given first.
Packit c4476c
Packit c4476c
=item B<-commands>
Packit c4476c
Packit c4476c
Display a list of standard commands.
Packit c4476c
Packit c4476c
=item B<-digest-commands>
Packit c4476c
Packit c4476c
Display a list of message digest commands, which are typically used
Packit c4476c
as input to the L<dgst(1)> or L<speed(1)> commands.
Packit c4476c
Packit c4476c
=item B<-digest-algorithms>
Packit c4476c
Packit c4476c
Display a list of message digest algorithms.
Packit c4476c
If a line is of the form
Packit c4476c
  foo => bar
Packit c4476c
then B<foo> is an alias for the official algorithm name, B<bar>.
Packit c4476c
Packit c4476c
=item B<-cipher-commands>
Packit c4476c
Packit c4476c
Display a list of cipher commands, which are typically used as input
Packit c4476c
to the L<dgst(1)> or L<speed(1)> commands.
Packit c4476c
Packit c4476c
=item B<-cipher-algorithms>
Packit c4476c
Packit c4476c
Display a list of cipher algorithms.
Packit c4476c
If a line is of the form
Packit c4476c
  foo => bar
Packit c4476c
then B<foo> is an alias for the official algorithm name, B<bar>.
Packit c4476c
Packit c4476c
=item B<-public-key-algorithms>
Packit c4476c
Packit c4476c
Display a list of public key algorithms, with each algorithm as
Packit c4476c
a block of multiple lines, all but the first are indented.
Packit c4476c
Packit c4476c
=item B<-public-key-methods>
Packit c4476c
Packit c4476c
Display a list of public key method OIDs: this also includes public key methods
Packit c4476c
without an associated ASN.1 method, for example, KDF algorithms.
Packit c4476c
Packit c4476c
=item B<-disabled>
Packit c4476c
Packit c4476c
Display a list of disabled features, those that were compiled out
Packit c4476c
of the installation.
Packit c4476c
Packit c4476c
=back
Packit c4476c
Packit c4476c
=head1 COPYRIGHT
Packit c4476c
Packit c4476c
Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
Packit c4476c
Packit c4476c
Licensed under the OpenSSL license (the "License").  You may not use
Packit c4476c
this file except in compliance with the License.  You can obtain a copy
Packit c4476c
in the file LICENSE in the source distribution or at
Packit c4476c
L<https://www.openssl.org/source/license.html>.
Packit c4476c
Packit c4476c
=cut