Fix errors found by new find-doc-nits
[openssl.git] / doc / man1 / openssl-provider.pod
1 =pod
2
3 =head1 NAME
4
5 openssl-provider - load and query providers
6
7 =head1 SYNOPSIS
8
9 B<openssl provider>
10 [B<-help>]
11 [B<-v>]
12 [B<-vv>]
13 [B<-vvv>]
14 [ I<provider...> ]
15
16 =head1 DESCRIPTION
17
18 The B<provider> command is used to query the capabilities of the specified
19 I<provider>'s.
20
21 =head1 OPTIONS
22
23 =over 4
24
25 =item B<-help>
26
27 Print out a usage message.
28
29 =item B<-v> B<-vv> B<-vvv>
30
31 Provides information about each specified provider.
32 The first flag lists the names of all algorithms each provider
33 implements; the second lists them by category; the third adds
34 information on what parameters each of them can handle.
35
36 =back
37
38 =head1 ENVIRONMENT
39
40 =over 4
41
42 =item B<OPENSSL_MODULES>
43
44 The path to the modules directory, where one can expect provider
45 modules to be located.
46
47 =back
48
49 =head1 SEE ALSO
50
51 L<config(5)>
52
53 =head1 COPYRIGHT
54
55 Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
56
57 Licensed under the Apache License 2.0 (the "License").  You may not use
58 this file except in compliance with the License.  You can obtain a copy
59 in the file LICENSE in the source distribution or at
60 L<https://www.openssl.org/source/license.html>.
61
62 =cut