openssl-info.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>openssl-info</title>
  6. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  7. <link rev="made" href="mailto:root@localhost" />
  8. </head>
  9. <body>
  10. <ul id="index">
  11. <li><a href="#NAME">NAME</a></li>
  12. <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
  13. <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  14. <li><a href="#OPTIONS">OPTIONS</a></li>
  15. <li><a href="#HISTORY">HISTORY</a></li>
  16. <li><a href="#COPYRIGHT">COPYRIGHT</a></li>
  17. </ul>
  18. <h1 id="NAME">NAME</h1>
  19. <p>openssl-info - print OpenSSL built-in information</p>
  20. <h1 id="SYNOPSIS">SYNOPSIS</h1>
  21. <p><b>openssl info</b> [<b>-help</b>] [<b>-configdir</b>] [<b>-enginesdir</b>] [<b>-modulesdir</b> ] [<b>-dsoext</b>] [<b>-dirnamesep</b>] [<b>-listsep</b>] [<b>-seeds</b>] [<b>-cpusettings</b>]</p>
  22. <h1 id="DESCRIPTION">DESCRIPTION</h1>
  23. <p>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.</p>
  24. <p>As a consequence, only one item may be chosen for each run of this command.</p>
  25. <h1 id="OPTIONS">OPTIONS</h1>
  26. <dl>
  27. <dt id="help"><b>-help</b></dt>
  28. <dd>
  29. <p>Print out a usage message.</p>
  30. </dd>
  31. <dt id="configdir"><b>-configdir</b></dt>
  32. <dd>
  33. <p>Outputs the default directory for OpenSSL configuration files.</p>
  34. </dd>
  35. <dt id="enginesdir"><b>-enginesdir</b></dt>
  36. <dd>
  37. <p>Outputs the default directory for OpenSSL engine modules.</p>
  38. </dd>
  39. <dt id="modulesdir"><b>-modulesdir</b></dt>
  40. <dd>
  41. <p>Outputs the default directory for OpenSSL dynamically loadable modules other than engine modules.</p>
  42. </dd>
  43. <dt id="dsoext"><b>-dsoext</b></dt>
  44. <dd>
  45. <p>Outputs the DSO extension OpenSSL uses.</p>
  46. </dd>
  47. <dt id="dirnamesep"><b>-dirnamesep</b></dt>
  48. <dd>
  49. <p>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.</p>
  50. </dd>
  51. <dt id="listsep"><b>-listsep</b></dt>
  52. <dd>
  53. <p>Outputs the OpenSSL list separator character. This is typically used to construct <code>$PATH</code> (<code>%PATH%</code> on Windows) style lists.</p>
  54. </dd>
  55. <dt id="seeds"><b>-seeds</b></dt>
  56. <dd>
  57. <p>Outputs the randomness seed sources.</p>
  58. </dd>
  59. <dt id="cpusettings"><b>-cpusettings</b></dt>
  60. <dd>
  61. <p>Outputs the OpenSSL CPU settings info.</p>
  62. </dd>
  63. </dl>
  64. <h1 id="HISTORY">HISTORY</h1>
  65. <p>This command was added in OpenSSL 3.0.</p>
  66. <h1 id="COPYRIGHT">COPYRIGHT</h1>
  67. <p>Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.</p>
  68. <p>Licensed under the Apache License 2.0 (the &quot;License&quot;). 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 <a href="https://www.openssl.org/source/license.html">https://www.openssl.org/source/license.html</a>.</p>
  69. </body>
  70. </html>