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
|
|
|
|
2000-02-24 19:55:57 +08:00
|
|
|
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>
|
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>]
|
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
|
|
|
|
|
|
|
|
=item B<-a>
|
|
|
|
|
|
|
|
all information, this is the same as setting all the other flags.
|
|
|
|
|
|
|
|
=item B<-v>
|
|
|
|
|
|
|
|
the current OpenSSL version.
|
|
|
|
|
|
|
|
=item B<-b>
|
|
|
|
|
|
|
|
the date the current version of OpenSSL was built.
|
|
|
|
|
|
|
|
=item B<-o>
|
|
|
|
|
|
|
|
option information: various options set when the library was built.
|
|
|
|
|
2014-04-25 22:58:49 +08:00
|
|
|
=item B<-f>
|
1999-11-10 10:52:17 +08:00
|
|
|
|
|
|
|
compilation flags.
|
|
|
|
|
|
|
|
=item B<-p>
|
|
|
|
|
|
|
|
platform setting.
|
|
|
|
|
2002-01-04 23:17:09 +08:00
|
|
|
=item B<-d>
|
|
|
|
|
|
|
|
OPENSSLDIR setting.
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
=cut
|