version.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>version</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="#NOTES">NOTES</a></li>
  16. <li><a href="#COPYRIGHT">COPYRIGHT</a></li>
  17. </ul>
  18. <h1 id="NAME">NAME</h1>
  19. <p>openssl-version, version - print OpenSSL version information</p>
  20. <h1 id="SYNOPSIS">SYNOPSIS</h1>
  21. <p><b>openssl version</b> [<b>-help</b>] [<b>-a</b>] [<b>-v</b>] [<b>-b</b>] [<b>-o</b>] [<b>-f</b>] [<b>-p</b>] [<b>-d</b>] [<b>-e</b>]</p>
  22. <h1 id="DESCRIPTION">DESCRIPTION</h1>
  23. <p>This command is used to print out version information about OpenSSL.</p>
  24. <h1 id="OPTIONS">OPTIONS</h1>
  25. <dl>
  26. <dt id="help"><b>-help</b></dt>
  27. <dd>
  28. <p>Print out a usage message.</p>
  29. </dd>
  30. <dt id="a"><b>-a</b></dt>
  31. <dd>
  32. <p>All information, this is the same as setting all the other flags.</p>
  33. </dd>
  34. <dt id="v"><b>-v</b></dt>
  35. <dd>
  36. <p>The current OpenSSL version.</p>
  37. </dd>
  38. <dt id="b"><b>-b</b></dt>
  39. <dd>
  40. <p>The date the current version of OpenSSL was built.</p>
  41. </dd>
  42. <dt id="o"><b>-o</b></dt>
  43. <dd>
  44. <p>Option information: various options set when the library was built.</p>
  45. </dd>
  46. <dt id="f"><b>-f</b></dt>
  47. <dd>
  48. <p>Compilation flags.</p>
  49. </dd>
  50. <dt id="p"><b>-p</b></dt>
  51. <dd>
  52. <p>Platform setting.</p>
  53. </dd>
  54. <dt id="d"><b>-d</b></dt>
  55. <dd>
  56. <p>OPENSSLDIR setting.</p>
  57. </dd>
  58. <dt id="e"><b>-e</b></dt>
  59. <dd>
  60. <p>ENGINESDIR setting.</p>
  61. </dd>
  62. </dl>
  63. <h1 id="NOTES">NOTES</h1>
  64. <p>The output of <b>openssl version -a</b> would typically be used when sending in a bug report.</p>
  65. <h1 id="COPYRIGHT">COPYRIGHT</h1>
  66. <p>Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.</p>
  67. <p>Licensed under the OpenSSL license (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>
  68. </body>
  69. </html>