1OPENSSL-VERSION(1ossl) OpenSSL OPENSSL-VERSION(1ossl)
2
3
4
6 openssl-version - print OpenSSL version information
7
9 openssl version [-help] [-a] [-v] [-b] [-o] [-f] [-p] [-d] [-e] [-m]
10 [-r] [-c]
11
13 This command is used to print out version information about OpenSSL.
14
16 -help
17 Print out a usage message.
18
19 -a All information, this is the same as setting all the other flags.
20
21 -v The current OpenSSL version.
22
23 -b The date the current version of OpenSSL was built.
24
25 -o Option information: various options set when the library was built.
26
27 -f Compilation flags.
28
29 -p Platform setting.
30
31 -d OPENSSLDIR setting.
32
33 -e ENGINESDIR settings.
34
35 -m MODULESDIR settings.
36
37 -r The random number generator source settings.
38
39 -c The OpenSSL CPU settings info.
40
42 The output of "openssl version -a" would typically be used when sending
43 in a bug report.
44
46 Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
47
48 Licensed under the Apache License 2.0 (the "License"). You may not use
49 this file except in compliance with the License. You can obtain a copy
50 in the file LICENSE in the source distribution or at
51 <https://www.openssl.org/source/license.html>.
52
53
54
553.1.1 2023-08-31 OPENSSL-VERSION(1ossl)