1VERSION(1) OpenSSL VERSION(1)
2
3
4
6 version - print OpenSSL version information
7
9 openssl version [-a] [-v] [-b] [-o] [-f] [-p]
10
12 This command is used to print out version information about OpenSSL.
13
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 -c compilation flags.
24
25 -p platform setting.
26
27 -d OPENSSLDIR setting.
28
30 The output of openssl version -a would typically be used when sending
31 in a bug report.
32
34 The -d option was added in OpenSSL 0.9.7.
35
36
37
380.9.8b 2002-01-04 VERSION(1)