{
    "content": [
        {
            "type": "text",
            "text": "# openssl-info (man)\n\n## NAME\n\nopenssl-info - print OpenSSL built-in information\n\n## SYNOPSIS\n\nopenssl info [-help] [-configdir] [-enginesdir] [-modulesdir ] [-dsoext] [-dirnamesep]\n[-listsep] [-seeds] [-cpusettings]\n\n## DESCRIPTION\n\nThis command is used to print out information about OpenSSL.  The information is written\nexactly as it is with no extra text, which makes useful for scripts.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (9 subsections)\n- **HISTORY**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "openssl-info",
        "section": "",
        "mode": "man",
        "summary": "openssl-info - print OpenSSL built-in information",
        "synopsis": "openssl info [-help] [-configdir] [-enginesdir] [-modulesdir ] [-dsoext] [-dirnamesep]\n[-listsep] [-seeds] [-cpusettings]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Print out a usage message."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Outputs the default directory for OpenSSL configuration files."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Outputs the default directory for OpenSSL engine modules."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Outputs the default directory for OpenSSL dynamically loadable modules other than engine modules."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Outputs the DSO extension OpenSSL uses."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Outputs 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."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Outputs the OpenSSL list separator character. This is typically used to construct $PATH (\"%PATH%\" on Windows) style lists."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Outputs the randomness seed sources."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Outputs the OpenSSL CPU settings info."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-help",
                        "lines": 2
                    },
                    {
                        "name": "-configdir",
                        "lines": 2
                    },
                    {
                        "name": "-enginesdir",
                        "lines": 2
                    },
                    {
                        "name": "-modulesdir",
                        "lines": 3
                    },
                    {
                        "name": "-dsoext",
                        "lines": 2
                    },
                    {
                        "name": "-dirnamesep",
                        "lines": 4
                    },
                    {
                        "name": "-listsep",
                        "lines": 3
                    },
                    {
                        "name": "-seeds",
                        "lines": 2
                    },
                    {
                        "name": "-cpusettings",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "HISTORY",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "openssl-info - print OpenSSL built-in information\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "openssl info [-help] [-configdir] [-enginesdir] [-modulesdir ] [-dsoext] [-dirnamesep]\n[-listsep] [-seeds] [-cpusettings]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This command is used to print out information about OpenSSL.  The information is written\nexactly as it is with no extra text, which makes useful for scripts.\n\nAs a consequence, only one item may be chosen for each run of this command.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-help",
                        "content": "Print out a usage message.\n"
                    },
                    {
                        "name": "-configdir",
                        "content": "Outputs the default directory for OpenSSL configuration files.\n"
                    },
                    {
                        "name": "-enginesdir",
                        "content": "Outputs the default directory for OpenSSL engine modules.\n"
                    },
                    {
                        "name": "-modulesdir",
                        "content": "Outputs the default directory for OpenSSL dynamically loadable modules other than engine\nmodules.\n"
                    },
                    {
                        "name": "-dsoext",
                        "content": "Outputs the DSO extension OpenSSL uses.\n"
                    },
                    {
                        "name": "-dirnamesep",
                        "content": "Outputs the separator character between a directory specification and a filename.  Note\nthat on some operating systems, this is not the same as the separator between directory\nelements.\n"
                    },
                    {
                        "name": "-listsep",
                        "content": "Outputs the OpenSSL list separator character.  This is typically used to construct $PATH\n(\"%PATH%\" on Windows) style lists.\n"
                    },
                    {
                        "name": "-seeds",
                        "content": "Outputs the randomness seed sources.\n"
                    },
                    {
                        "name": "-cpusettings",
                        "content": "Outputs the OpenSSL CPU settings info.\n"
                    }
                ]
            },
            "HISTORY": {
                "content": "This command was added in OpenSSL 3.0.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.\n\nLicensed under the Apache License 2.0 (the \"License\").  You may not use this file except in\ncompliance with the License.  You can obtain a copy in the file LICENSE in the source\ndistribution or at <https://www.openssl.org/source/license.html>.\n\n\n\n3.0.2                                        2026-06-02                           OPENSSL-INFO(1SSL)",
                "subsections": []
            }
        }
    }
}