1999-11-10 10:52:17 +08:00
|
|
|
=pod
|
|
|
|
|
1999-11-12 02:41:31 +08:00
|
|
|
=head1 NAME
|
1999-11-10 10:52:17 +08:00
|
|
|
|
2019-08-22 07:04:41 +08:00
|
|
|
openssl-version - print OpenSSL version information
|
1999-11-10 10:52:17 +08:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
1999-11-12 02:41:31 +08:00
|
|
|
B<openssl version>
|
2016-02-06 00:58:45 +08:00
|
|
|
[B<-help>]
|
1999-11-10 10:52:17 +08:00
|
|
|
[B<-a>]
|
|
|
|
[B<-v>]
|
|
|
|
[B<-b>]
|
|
|
|
[B<-o>]
|
|
|
|
[B<-f>]
|
|
|
|
[B<-p>]
|
2014-04-25 22:58:49 +08:00
|
|
|
[B<-d>]
|
2016-02-11 01:51:15 +08:00
|
|
|
[B<-e>]
|
1999-11-10 10:52:17 +08:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
This command is used to print out version information about OpenSSL.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2016-02-06 00:58:45 +08:00
|
|
|
=item B<-help>
|
|
|
|
|
|
|
|
Print out a usage message.
|
|
|
|
|
1999-11-10 10:52:17 +08:00
|
|
|
=item B<-a>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
All information, this is the same as setting all the other flags.
|
1999-11-10 10:52:17 +08:00
|
|
|
|
|
|
|
=item B<-v>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
The current OpenSSL version.
|
1999-11-10 10:52:17 +08:00
|
|
|
|
|
|
|
=item B<-b>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
The date the current version of OpenSSL was built.
|
1999-11-10 10:52:17 +08:00
|
|
|
|
|
|
|
=item B<-o>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Option information: various options set when the library was built.
|
1999-11-10 10:52:17 +08:00
|
|
|
|
2014-04-25 22:58:49 +08:00
|
|
|
=item B<-f>
|
1999-11-10 10:52:17 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Compilation flags.
|
1999-11-10 10:52:17 +08:00
|
|
|
|
|
|
|
=item B<-p>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Platform setting.
|
1999-11-10 10:52:17 +08:00
|
|
|
|
2002-01-04 23:17:09 +08:00
|
|
|
=item B<-d>
|
|
|
|
|
|
|
|
OPENSSLDIR setting.
|
|
|
|
|
2016-02-11 01:51:15 +08:00
|
|
|
=item B<-e>
|
|
|
|
|
2019-01-31 07:06:50 +08:00
|
|
|
ENGINESDIR settings.
|
2016-02-11 01:51:15 +08:00
|
|
|
|
1999-11-10 10:52:17 +08:00
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 NOTES
|
|
|
|
|
|
|
|
The output of B<openssl version -a> would typically be used when sending
|
|
|
|
in a bug report.
|
|
|
|
|
2016-05-18 23:44:05 +08:00
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
2019-08-22 07:04:41 +08:00
|
|
|
Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
|
2016-05-18 23:44:05 +08:00
|
|
|
|
2018-12-06 21:04:11 +08:00
|
|
|
Licensed under the Apache License 2.0 (the "License"). You may not use
|
2016-05-18 23:44:05 +08:00
|
|
|
this file except in compliance with the License. You can obtain a copy
|
|
|
|
in the file LICENSE in the source distribution or at
|
|
|
|
L<https://www.openssl.org/source/license.html>.
|
|
|
|
|
|
|
|
=cut
|