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