openssl-srp.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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-srp</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-srp - maintain SRP password file</p>
  20. <h1 id="SYNOPSIS">SYNOPSIS</h1>
  21. <p><b>openssl srp</b> [<b>-help</b>] [<b>-verbose</b>] [<b>-add</b>] [<b>-modify</b>] [<b>-delete</b>] [<b>-list</b>] [<b>-name</b> <i>section</i>] [<b>-srpvfile</b> <i>file</i>] [<b>-gn</b> <i>identifier</i>] [<b>-userinfo</b> <i>text</i>] [<b>-passin</b> <i>arg</i>] [<b>-passout</b> <i>arg</i>] [<b>-engine</b> <i>id</i>] [<b>-rand</b> <i>files</i>] [<b>-writerand</b> <i>file</i>] [<b>-provider</b> <i>name</i>] [<b>-provider-path</b> <i>path</i>] [<b>-propquery</b> <i>propq</i>] [<b>-config</b> <i>configfile</i>] [<i>user</i> ...]</p>
  22. <h1 id="DESCRIPTION">DESCRIPTION</h1>
  23. <p>This command is deprecated. It is used to maintain an SRP (secure remote password) file. At most one of the <b>-add</b>, <b>-modify</b>, <b>-delete</b>, and <b>-list</b> options can be specified. These options take zero or more usernames as parameters and perform the appropriate operation on the SRP file. For <b>-list</b>, if no <i>user</i> is given then all users are displayed.</p>
  24. <p>The configuration file to use, and the section within the file, can be specified with the <b>-config</b> and <b>-name</b> flags, respectively.</p>
  25. <h1 id="OPTIONS">OPTIONS</h1>
  26. <dl>
  27. <dt id="help"><b>-help</b></dt>
  28. <dd>
  29. <p>Display an option summary.</p>
  30. </dd>
  31. <dt id="verbose"><b>-verbose</b></dt>
  32. <dd>
  33. <p>Generate verbose output while processing.</p>
  34. </dd>
  35. <dt id="add"><b>-add</b></dt>
  36. <dd>
  37. <p>Add a user and SRP verifier.</p>
  38. </dd>
  39. <dt id="modify"><b>-modify</b></dt>
  40. <dd>
  41. <p>Modify the SRP verifier of an existing user.</p>
  42. </dd>
  43. <dt id="delete"><b>-delete</b></dt>
  44. <dd>
  45. <p>Delete user from verifier file.</p>
  46. </dd>
  47. <dt id="list"><b>-list</b></dt>
  48. <dd>
  49. <p>List users.</p>
  50. </dd>
  51. <dt id="name"><b>-name</b></dt>
  52. <dd>
  53. <p>The particular SRP definition to use.</p>
  54. </dd>
  55. <dt id="srpvfile-file"><b>-srpvfile</b> <i>file</i></dt>
  56. <dd>
  57. <p>If the config file is not specified, <b>-srpvfile</b> can be used to specify the file to operate on.</p>
  58. </dd>
  59. <dt id="gn"><b>-gn</b></dt>
  60. <dd>
  61. <p>Specifies the <b>g</b> and <b>N</b> values, using one of the strengths defined in IETF RFC 5054.</p>
  62. </dd>
  63. <dt id="userinfo"><b>-userinfo</b></dt>
  64. <dd>
  65. <p>specifies additional information to add when adding or modifying a user.</p>
  66. </dd>
  67. <dt id="passin-arg--passout-arg"><b>-passin</b> <i>arg</i>, <b>-passout</b> <i>arg</i></dt>
  68. <dd>
  69. <p>The password source for the input and output file. For more information about the format of <b>arg</b> see <a href="../man1/openssl-passphrase-options.html">openssl-passphrase-options(1)</a>.</p>
  70. </dd>
  71. <dt id="engine-id"><b>-engine</b> <i>id</i></dt>
  72. <dd>
  73. <p>See <a href="../man1/openssl.html">&quot;Engine Options&quot; in openssl(1)</a>. This option is deprecated.</p>
  74. </dd>
  75. <dt id="rand-files--writerand-file"><b>-rand</b> <i>files</i>, <b>-writerand</b> <i>file</i></dt>
  76. <dd>
  77. <p>See <a href="../man1/openssl.html">&quot;Random State Options&quot; in openssl(1)</a> for details.</p>
  78. </dd>
  79. <dt id="provider-name"><b>-provider</b> <i>name</i></dt>
  80. <dd>
  81. </dd>
  82. <dt id="provider-path-path"><b>-provider-path</b> <i>path</i></dt>
  83. <dd>
  84. </dd>
  85. <dt id="propquery-propq"><b>-propquery</b> <i>propq</i></dt>
  86. <dd>
  87. <p>See <a href="../man1/openssl.html">&quot;Provider Options&quot; in openssl(1)</a>, <a href="../man7/provider.html">provider(7)</a>, and <a href="../man7/property.html">property(7)</a>.</p>
  88. </dd>
  89. <dt id="config-configfile"><b>-config</b> <i>configfile</i></dt>
  90. <dd>
  91. <p>See <a href="../man1/openssl.html">&quot;Configuration Option&quot; in openssl(1)</a>.</p>
  92. <p>[<b>-rand</b> <i>files</i>] [<b>-writerand</b> <i>file</i>]</p>
  93. </dd>
  94. </dl>
  95. <h1 id="HISTORY">HISTORY</h1>
  96. <p>The <b>-engine</b> option was deprecated in OpenSSL 3.0.</p>
  97. <h1 id="COPYRIGHT">COPYRIGHT</h1>
  98. <p>Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.</p>
  99. <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>
  100. </body>
  101. </html>