Last change
on this file since 88461 was 87984, checked in by vboxsync, 4 years ago |
openssl-1.1.1j: Applied and adjusted our OpenSSL changes to 1.1.1j. bugref:9963
|
File size:
1.2 KB
|
Line | |
---|
1 | =pod
|
---|
2 |
|
---|
3 | =head1 NAME
|
---|
4 |
|
---|
5 | openssl-version,
|
---|
6 | version - print OpenSSL version information
|
---|
7 |
|
---|
8 | =head1 SYNOPSIS
|
---|
9 |
|
---|
10 | B<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 |
|
---|
21 | =head1 DESCRIPTION
|
---|
22 |
|
---|
23 | This command is used to print out version information about OpenSSL.
|
---|
24 |
|
---|
25 | =head1 OPTIONS
|
---|
26 |
|
---|
27 | =over 4
|
---|
28 |
|
---|
29 | =item B<-help>
|
---|
30 |
|
---|
31 | Print out a usage message.
|
---|
32 |
|
---|
33 | =item B<-a>
|
---|
34 |
|
---|
35 | All information, this is the same as setting all the other flags.
|
---|
36 |
|
---|
37 | =item B<-v>
|
---|
38 |
|
---|
39 | The current OpenSSL version.
|
---|
40 |
|
---|
41 | =item B<-b>
|
---|
42 |
|
---|
43 | The date the current version of OpenSSL was built.
|
---|
44 |
|
---|
45 | =item B<-o>
|
---|
46 |
|
---|
47 | Option information: various options set when the library was built.
|
---|
48 |
|
---|
49 | =item B<-f>
|
---|
50 |
|
---|
51 | Compilation flags.
|
---|
52 |
|
---|
53 | =item B<-p>
|
---|
54 |
|
---|
55 | Platform setting.
|
---|
56 |
|
---|
57 | =item B<-d>
|
---|
58 |
|
---|
59 | OPENSSLDIR setting.
|
---|
60 |
|
---|
61 | =item B<-e>
|
---|
62 |
|
---|
63 | ENGINESDIR setting.
|
---|
64 |
|
---|
65 | =back
|
---|
66 |
|
---|
67 | =head1 NOTES
|
---|
68 |
|
---|
69 | The output of B<openssl version -a> would typically be used when sending
|
---|
70 | in a bug report.
|
---|
71 |
|
---|
72 | =head1 COPYRIGHT
|
---|
73 |
|
---|
74 | Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
|
---|
75 |
|
---|
76 | Licensed under the OpenSSL license (the "License"). You may not use
|
---|
77 | this file except in compliance with the License. You can obtain a copy
|
---|
78 | in the file LICENSE in the source distribution or at
|
---|
79 | L<https://www.openssl.org/source/license.html>.
|
---|
80 |
|
---|
81 | =cut
|
---|
Note:
See
TracBrowser
for help on using the repository browser.