openssl-info - print OpenSSL built-in information
| Use Case | Command | Description |
|---|---|---|
| π Show default config directory | openssl info -configdir | Prints the default OpenSSL configuration file directory. |
| π§ Show engines directory | openssl info -enginesdir | Prints the default directory for OpenSSL engine modules. |
| π¦ Show modules directory | openssl info -modulesdir | Prints the default directory for dynamically loadable modules (nonβengine). |
| π Show DSO extension | openssl info -dsoext | Prints the DSO (Dynamic Shared Object) file extension. |
| π Show directory name separator | openssl info -dirnamesep | Prints the separator between directory specification and filename. |
| π Show list separator | openssl info -listsep | Prints the character used to separate items in lists (e.g., PATH). |
| π² Show seed sources | openssl info -seeds | Prints the randomness seed sources. |
| π₯οΈ Show CPU settings | openssl info -cpusettings | Prints the OpenSSL CPU settings information. |
| β Help | openssl info -help | Prints a usage message. |
openssl info [-help] [-configdir] [-enginesdir] [-modulesdir ]
[-dsoext] [-dirnamesep] [-listsep] [-seeds] [-cpusettings]
This command is used to print out information about OpenSSL. The information is written exactly as it is with no extra text, which makes useful for scripts.
As a consequence, only one item may be chosen for each run of this command.
-helpPrint out a usage message.
-configdirOutputs the default directory for OpenSSL configuration files.
-enginesdirOutputs the default directory for OpenSSL engine modules.
-modulesdirOutputs the default directory for OpenSSL dynamically loadable modules other than engine modules.
-dsoextOutputs the DSO extension OpenSSL uses.
-dirnamesepOutputs the separator character between a directory specification and a filename. Note that on some operating systems, this is not the same as the separator between directory elements.
-listsepOutputs the OpenSSL list separator character. This is typically used to construct $PATH (%PATH% on Windows) style lists.
-seedsOutputs the randomness seed sources.
-cpusettingsOutputs the OpenSSL CPU settings info.
This command was added in OpenSSL 3.0.
Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html.
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-06 07:28 @216.73.216.192
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format