]> git.ipfire.org Git - thirdparty/openssl.git/blame - doc/man1/openssl-info.pod
Add CPU info to the speed command summary
[thirdparty/openssl.git] / doc / man1 / openssl-info.pod
CommitLineData
0109e030
RL
1=pod
2
3=head1 NAME
4
b6b66573 5openssl-info - print OpenSSL built-in information
0109e030
RL
6
7=head1 SYNOPSIS
8
9B<openssl info>
10[B<-help>]
11[B<-configdir> | B<-c>]
12[B<-enginesdir> | B<-e>]
13[B<-modulesdir> | B<-m>]
14[B<-dsoext>]
15[B<-dirfilesep>]
16[B<-listsep]>
096978f0 17[B<-seeds]>
363e941e 18[B<-cpusettings]>
0109e030
RL
19
20=head1 DESCRIPTION
21
22This command is used to print out information about OpenSSL.
23The information is written exactly as it is with no extra text, which
24makes useful for scripts.
25
26As a consequence, only one item may be chosen for each run of this
27command.
28
29=head1 OPTIONS
30
31=over 4
32
33=item B<-help>
34
35Print out a usage message.
36
37=item B<-configdir>, B<-c>
38
39Outputs the default directory for OpenSSL configuration files.
40
41=item B<-enginesdir>, B<-e>
42
43Outputs the default directory for OpenSSL engine modules.
44
45=item B<-modulesdir>, B<-m>
46
47Outputs the default directory for OpenSSL dynamically loadable modules
48other than engine modules.
49
50=item B<-dsoext>
51
52Outputs the DSO extension OpenSSL uses.
53
54=item B<-dirnamesep>
55
56Outputs the separator character between a directory specification and
57a file name.
58Note that on some operating systems, this is not the same as the
59separator between directory elements.
60
61=item B<-listsep>
62
63Outputs the OpenSSL list separator character.
64This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
65style lists.
66
096978f0
RL
67=item B<-seeds>
68
69Outputs the randomness seed sources.
70
363e941e
BE
71=item B<-cpusettings>
72
73Outputs the OpenSSL CPU settings info.
74
0109e030
RL
75=back
76
77=head1 HISTORY
78
79The B<openssl info> command was added in OpenSSL 3.0.
80
81=head1 COPYRIGHT
82
83Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
84
85Licensed under the Apache License 2.0 (the "License"). You may not use
86this file except in compliance with the License. You can obtain a copy
87in the file LICENSE in the source distribution or at
88L<https://www.openssl.org/source/license.html>.
89
90=cut