1SRP(1)                              OpenSSL                             SRP(1)
2
3
4

NAME

6       openssl-srp, srp - maintain SRP password file
7

SYNOPSIS

9       openssl srp [-help] [-verbose] [-add] [-modify] [-delete] [-list]
10       [-name section] [-config file] [-srpvfile file] [-gn identifier]
11       [-userinfo text...]  [-passin arg] [-passout arg] [user...]
12

DESCRIPTION

14       The srp command is user to maintain an SRP (secure remote password)
15       file.  At most one of the -add, -modify, -delete, and -list options can
16       be specified.  These options take zero or more usernames as parameters
17       and perform the appropriate operation on the SRP file.  For -list, if
18       no user is given then all users are displayed.
19
20       The configuration file to use, and the section within the file, can be
21       specified with the -config and -name flags, respectively.  If the
22       config file is not specified, the -srpvfile can be used to just specify
23       the file to operate on.
24
25       The -userinfo option specifies additional information to add when
26       adding or modifying a user.
27
28       The -gn flag specifies the g and N values, using one of the strengths
29       defined in IETF RFC 5054.
30
31       The -passin and -passout arguments are parsed as described in the
32       openssl(1) command.
33

OPTIONS

35       [-help]
36           Display an option summary.
37
38       [-verbose]
39           Generate verbose output while processing.
40
42       Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
43
44       Licensed under the OpenSSL license (the "License").  You may not use
45       this file except in compliance with the License.  You can obtain a copy
46       in the file LICENSE in the source distribution or at
47       <https://www.openssl.org/source/license.html>.
48
49
50
511.1.1k                            2021-03-26                            SRP(1)
Impressum