logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

openssl-srp - maintain SRP password 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

       The -engine option was deprecated in OpenSSL 3.0.

Name

       openssl-srp - maintain SRP password file

Options

-help
           Display an option summary.

       -verbose
           Generate verbose output while processing.

       -add
           Add a user and SRP verifier.

       -modify
           Modify the SRP verifier of an existing user.

       -delete
           Delete user from verifier file.

       -list
           List users.

       -name
           The particular SRP definition to use.

       -srpvfilefile
           If the config file is not specified, -srpvfile can be used to specify the file to operate on.

       -gn Specifies the g and N values, using one of the strengths defined in IETF RFC 5054.

       -userinfo
           specifies additional information to add when adding or modifying a user.

       -passinarg, -passoutarg
           The  password source for the input and output file.  For more information about the format of arg see
           openssl-passphrase-options(1).

       -engineid
           See "Engine Options" in openssl(1).  This option is deprecated.

       -randfiles, -writerandfile
           See "Random State Options" in openssl(1) for details.

       -providername-provider-pathpath-propquerypropq
           See "Provider Options" in openssl(1), provider(7), and property(7).

       -configconfigfile
           See "Configuration Option" in openssl(1).

           [-randfiles] [-writerandfile]

Synopsis

opensslsrp [-help] [-verbose] [-add] [-modify] [-delete] [-list] [-namesection] [-srpvfilefile] [-gnidentifier] [-userinfotext] [-passinarg] [-passoutarg] [-engineid] [-randfiles] [-writerandfile]
       [-providername] [-provider-pathpath] [-propquerypropq] [-configconfigfile] [user ...]

See Also