]> git.ipfire.org Git - thirdparty/openssl.git/blame - doc/man1/openssl-version.pod
Add CPU info to the speed command summary
[thirdparty/openssl.git] / doc / man1 / openssl-version.pod
CommitLineData
aba3e65f
DSH
1=pod
2
af29811e 3=head1 NAME
aba3e65f 4
b6b66573 5openssl-version - print OpenSSL version information
aba3e65f
DSH
6
7=head1 SYNOPSIS
8
af29811e 9B<openssl version>
169394d4 10[B<-help>]
aba3e65f
DSH
11[B<-a>]
12[B<-v>]
13[B<-b>]
14[B<-o>]
15[B<-f>]
16[B<-p>]
8acb9538 17[B<-d>]
e09621ff 18[B<-e>]
363e941e
BE
19[B<-m>]
20[B<-r>]
21[B<-c>]
aba3e65f
DSH
22
23=head1 DESCRIPTION
24
25This command is used to print out version information about OpenSSL.
26
27=head1 OPTIONS
28
29=over 4
30
169394d4
MR
31=item B<-help>
32
33Print out a usage message.
34
aba3e65f
DSH
35=item B<-a>
36
c4de074e 37All information, this is the same as setting all the other flags.
aba3e65f
DSH
38
39=item B<-v>
40
c4de074e 41The current OpenSSL version.
aba3e65f
DSH
42
43=item B<-b>
44
c4de074e 45The date the current version of OpenSSL was built.
aba3e65f
DSH
46
47=item B<-o>
48
c4de074e 49Option information: various options set when the library was built.
aba3e65f 50
8acb9538 51=item B<-f>
aba3e65f 52
c4de074e 53Compilation flags.
aba3e65f
DSH
54
55=item B<-p>
56
c4de074e 57Platform setting.
aba3e65f 58
dc4ddcd2
BM
59=item B<-d>
60
61OPENSSLDIR setting.
62
e09621ff
RL
63=item B<-e>
64
1842f369 65ENGINESDIR settings.
e09621ff 66
363e941e
BE
67=item B<-m>
68
69MODULESDIR settings.
70
71=item B<-r>
72
73The random number generator source settings.
74
75=item B<-c>
76
77The OpenSSL CPU settings info.
78
aba3e65f
DSH
79=back
80
81=head1 NOTES
82
83The output of B<openssl version -a> would typically be used when sending
84in a bug report.
85
e2f92610
RS
86=head1 COPYRIGHT
87
b6b66573 88Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
e2f92610 89
449040b4 90Licensed under the Apache License 2.0 (the "License"). You may not use
e2f92610
RS
91this file except in compliance with the License. You can obtain a copy
92in the file LICENSE in the source distribution or at
93L<https://www.openssl.org/source/license.html>.
94
95=cut