1OPENSSL-SRP(1ossl) OpenSSL OPENSSL-SRP(1ossl)
2
3
4
6 openssl-srp - maintain SRP password file
7
9 openssl srp [-help] [-verbose] [-add] [-modify] [-delete] [-list]
10 [-name section] [-srpvfile file] [-gn identifier] [-userinfo text]
11 [-passin arg] [-passout arg] [-engine id] [-rand files] [-writerand
12 file] [-provider name] [-provider-path path] [-propquery propq]
13 [-config configfile] [user ...]
14
16 This command is deprecated. It is used to maintain an SRP (secure
17 remote password) file. At most one of the -add, -modify, -delete, and
18 -list options can be specified. These options take zero or more
19 usernames as parameters and perform the appropriate operation on the
20 SRP file. For -list, if no user is given then all users are displayed.
21
22 The configuration file to use, and the section within the file, can be
23 specified with the -config and -name flags, respectively.
24
26 -help
27 Display an option summary.
28
29 -verbose
30 Generate verbose output while processing.
31
32 -add
33 Add a user and SRP verifier.
34
35 -modify
36 Modify the SRP verifier of an existing user.
37
38 -delete
39 Delete user from verifier file.
40
41 -list
42 List users.
43
44 -name
45 The particular SRP definition to use.
46
47 -srpvfile file
48 If the config file is not specified, -srpvfile can be used to
49 specify the file to operate on.
50
51 -gn Specifies the g and N values, using one of the strengths defined in
52 IETF RFC 5054.
53
54 -userinfo
55 specifies additional information to add when adding or modifying a
56 user.
57
58 -passin arg, -passout arg
59 The password source for the input and output file. For more
60 information about the format of arg see
61 openssl-passphrase-options(1).
62
63 -engine id
64 See "Engine Options" in openssl(1). This option is deprecated.
65
66 -rand files, -writerand file
67 See "Random State Options" in openssl(1) for details.
68
69 -provider name
70 -provider-path path
71 -propquery propq
72 See "Provider Options" in openssl(1), provider(7), and property(7).
73
74 -config configfile
75 See "Configuration Option" in openssl(1).
76
77 [-rand files] [-writerand file]
78
80 The -engine option was deprecated in OpenSSL 3.0.
81
83 Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
84
85 Licensed under the Apache License 2.0 (the "License"). You may not use
86 this file except in compliance with the License. You can obtain a copy
87 in the file LICENSE in the source distribution or at
88 <https://www.openssl.org/source/license.html>.
89
90
91
923.0.9 2023-07-27 OPENSSL-SRP(1ossl)