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