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