1=pod
2{- OpenSSL::safe::output_do_not_edit_headers(); -}
3
4=head1 NAME
5
6openssl-version - print OpenSSL version information
7
8=head1 SYNOPSIS
9
10B<openssl version>
11[B<-help>]
12[B<-a>]
13[B<-v>]
14[B<-b>]
15[B<-o>]
16[B<-f>]
17[B<-p>]
18[B<-d>]
19[B<-e>]
20[B<-m>]
21[B<-r>]
22[B<-c>]
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
32=item B<-help>
33
34Print out a usage message.
35
36=item B<-a>
37
38All information, this is the same as setting all the other flags.
39
40=item B<-v>
41
42The current OpenSSL version.
43
44=item B<-b>
45
46The date the current version of OpenSSL was built.
47
48=item B<-o>
49
50Option information: various options set when the library was built.
51
52=item B<-f>
53
54Compilation flags.
55
56=item B<-p>
57
58Platform setting.
59
60=item B<-d>
61
62OPENSSLDIR setting.
63
64=item B<-e>
65
66ENGINESDIR settings.
67
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
80=back
81
82=head1 NOTES
83
84The output of C<openssl version -a> would typically be used when sending
85in a bug report.
86
87=head1 COPYRIGHT
88
89Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
90
91Licensed under the Apache License 2.0 (the "License").  You may not use
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
97