1999-11-10 02:52:17 +00:00
|
|
|
=pod
|
|
|
|
|
1999-11-11 18:41:31 +00:00
|
|
|
=head1 NAME
|
1999-11-10 02:52:17 +00:00
|
|
|
|
2017-10-18 19:33:56 +00:00
|
|
|
openssl-version,
|
2000-02-24 11:55:57 +00:00
|
|
|
version - print OpenSSL version information
|
1999-11-10 02:52:17 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
1999-11-11 18:41:31 +00:00
|
|
|
B<openssl version>
|
2016-02-05 16:58:45 +00:00
|
|
|
[B<-help>]
|
1999-11-10 02:52:17 +00:00
|
|
|
[B<-a>]
|
|
|
|
[B<-v>]
|
|
|
|
[B<-b>]
|
|
|
|
[B<-o>]
|
|
|
|
[B<-f>]
|
|
|
|
[B<-p>]
|
2014-04-25 14:58:49 +00:00
|
|
|
[B<-d>]
|
2016-02-10 17:51:15 +00:00
|
|
|
[B<-e>]
|
1999-11-10 02:52:17 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
This command is used to print out version information about OpenSSL.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2016-02-05 16:58:45 +00:00
|
|
|
=item B<-help>
|
|
|
|
|
|
|
|
Print out a usage message.
|
|
|
|
|
1999-11-10 02:52:17 +00:00
|
|
|
=item B<-a>
|
|
|
|
|
2017-03-29 21:38:30 +00:00
|
|
|
All information, this is the same as setting all the other flags.
|
1999-11-10 02:52:17 +00:00
|
|
|
|
|
|
|
=item B<-v>
|
|
|
|
|
2017-03-29 21:38:30 +00:00
|
|
|
The current OpenSSL version.
|
1999-11-10 02:52:17 +00:00
|
|
|
|
|
|
|
=item B<-b>
|
|
|
|
|
2017-03-29 21:38:30 +00:00
|
|
|
The date the current version of OpenSSL was built.
|
1999-11-10 02:52:17 +00:00
|
|
|
|
|
|
|
=item B<-o>
|
|
|
|
|
2017-03-29 21:38:30 +00:00
|
|
|
Option information: various options set when the library was built.
|
1999-11-10 02:52:17 +00:00
|
|
|
|
2014-04-25 14:58:49 +00:00
|
|
|
=item B<-f>
|
1999-11-10 02:52:17 +00:00
|
|
|
|
2017-03-29 21:38:30 +00:00
|
|
|
Compilation flags.
|
1999-11-10 02:52:17 +00:00
|
|
|
|
|
|
|
=item B<-p>
|
|
|
|
|
2017-03-29 21:38:30 +00:00
|
|
|
Platform setting.
|
1999-11-10 02:52:17 +00:00
|
|
|
|
2002-01-04 15:17:09 +00:00
|
|
|
=item B<-d>
|
|
|
|
|
|
|
|
OPENSSLDIR setting.
|
|
|
|
|
2016-02-10 17:51:15 +00:00
|
|
|
=item B<-e>
|
|
|
|
|
2019-01-30 23:06:50 +00:00
|
|
|
ENGINESDIR settings.
|
2016-02-10 17:51:15 +00:00
|
|
|
|
1999-11-10 02:52:17 +00:00
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 NOTES
|
|
|
|
|
|
|
|
The output of B<openssl version -a> would typically be used when sending
|
|
|
|
in a bug report.
|
|
|
|
|
2016-05-18 15:44:05 +00:00
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
2017-03-29 21:38:30 +00:00
|
|
|
Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
|
2016-05-18 15:44:05 +00:00
|
|
|
|
2018-12-06 13:04:11 +00:00
|
|
|
Licensed under the Apache License 2.0 (the "License"). You may not use
|
2016-05-18 15:44:05 +00: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
|