1VERSION(1) OpenSSL VERSION(1)
2
3
4
6 openssl-version, version - print OpenSSL version information
7
9 openssl version [-help] [-a] [-v] [-b] [-o] [-f] [-p] [-d] [-e]
10
12 This command is used to print out version information about OpenSSL.
13
15 -help
16 Print out a usage message.
17
18 -a All information, this is the same as setting all the other flags.
19
20 -v The current OpenSSL version.
21
22 -b The date the current version of OpenSSL was built.
23
24 -o Option information: various options set when the library was built.
25
26 -f Compilation flags.
27
28 -p Platform setting.
29
30 -d OPENSSLDIR setting.
31
32 -e ENGINESDIR setting.
33
35 The output of openssl version -a would typically be used when sending
36 in a bug report.
37
39 Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
40
41 Licensed under the OpenSSL license (the "License"). You may not use
42 this file except in compliance with the License. You can obtain a copy
43 in the file LICENSE in the source distribution or at
44 <https://www.openssl.org/source/license.html>.
45
46
47
481.1.1c 2019-05-28 VERSION(1)