openssl-srp
(1ssl)maintain SRP password file
Options
18-helpDisplay an option summary.
-verboseGenerate verbose output while processing.
-addAdd a user and SRP verifier.
-modifyModify the SRP verifier of an existing user.
-deleteDelete user from verifier file.
-listList users.
-nameThe particular SRP definition to use.
-srpvfilefileIf the config file is not specified, -srpvfile can be used to specify the file to operate on.
-gnSpecifies the g and N values, using one of the strengths defined in IETF RFC 5054.
-userinfospecifies additional information to add when adding or modifying a user.
-passin-passoutargThe password source for the input and output file. For more information about the format of arg see openssl-passphrase-options(1).
-engineidSee "Engine Options" in openssl(1). This option is deprecated.
-rand-writerandfilesSee "Random State Options" in openssl(1) for details.
-providername—
-provider-pathpath—
-provparam[name:]key=value—
-propquerypropqSee "Provider Options" in openssl(1), provider(7), and property(7).
-configconfigfileSee "Configuration Option" in openssl(1). [-rand files] [-writerand file]
DESCRIPTION
This command is deprecated. It is used to maintain an SRP (secure remote password) file. At most one of the -add, -modify, -delete, and -list options can be specified. These options take zero or more usernames as parameters and perform the appropriate operation on the SRP file. For -list, if no user is given then all users are displayed.
The configuration file to use, and the section within the file, can be specified with the -config and -name flags, respectively.
HISTORY
COPYRIGHT
Copyright 2017-2021 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.