1OPENSSL-INFO(1ossl)                 OpenSSL                OPENSSL-INFO(1ossl)
2
3
4

NAME

6       openssl-info - print OpenSSL built-in information
7

SYNOPSIS

9       openssl info [-help] [-configdir] [-enginesdir] [-modulesdir ]
10       [-dsoext] [-dirnamesep] [-listsep] [-seeds] [-cpusettings]
11

DESCRIPTION

13       This command is used to print out information about OpenSSL.  The
14       information is written exactly as it is with no extra text, which makes
15       useful for scripts.
16
17       As a consequence, only one item may be chosen for each run of this
18       command.
19

OPTIONS

21       -help
22           Print out a usage message.
23
24       -configdir
25           Outputs the default directory for OpenSSL configuration files.
26
27       -enginesdir
28           Outputs the default directory for OpenSSL engine modules.
29
30       -modulesdir
31           Outputs the default directory for OpenSSL dynamically loadable
32           modules other than engine modules.
33
34       -dsoext
35           Outputs the DSO extension OpenSSL uses.
36
37       -dirnamesep
38           Outputs the separator character between a directory specification
39           and a filename.  Note that on some operating systems, this is not
40           the same as the separator between directory elements.
41
42       -listsep
43           Outputs the OpenSSL list separator character.  This is typically
44           used to construct $PATH ("%PATH%" on Windows) style lists.
45
46       -seeds
47           Outputs the randomness seed sources.
48
49       -cpusettings
50           Outputs the OpenSSL CPU settings info.
51

HISTORY

53       This command was added in OpenSSL 3.0.
54
56       Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
57
58       Licensed under the Apache License 2.0 (the "License").  You may not use
59       this file except in compliance with the License.  You can obtain a copy
60       in the file LICENSE in the source distribution or at
61       <https://www.openssl.org/source/license.html>.
62
63
64
653.0.5                             2022-07-05               OPENSSL-INFO(1ossl)
Impressum