1VERSION(1)                          OpenSSL                         VERSION(1)
2
3
4

NAME

6       version - print OpenSSL version information
7

SYNOPSIS

9       openssl version [-a] [-v] [-b] [-o] [-f] [-p] [-d]
10

DESCRIPTION

12       This command is used to print out version information about OpenSSL.
13

OPTIONS

15       -a  all information, this is the same as setting all the other flags.
16
17       -v  the current OpenSSL version.
18
19       -b  the date the current version of OpenSSL was built.
20
21       -o  option information: various options set when the library was built.
22
23       -f  compilation flags.
24
25       -p  platform setting.
26
27       -d  OPENSSLDIR setting.
28

NOTES

30       The output of openssl version -a would typically be used when sending
31       in a bug report.
32

HISTORY

34       The -d option was added in OpenSSL 0.9.7.
35
36
37
381.0.2k                            2017-01-26                        VERSION(1)
Impressum