6 srp - maintain SRP password file
21 [B<-userinfo text...>]
28 The B<srp> command is user to maintain an SRP (secure remote password)
30 At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list> options
32 These options take zero or more usernames as parameters and perform the
33 appropriate operation on the SRP file.
34 For B<-list>, if no B<user> is given then all users are displayed.
36 The configuration file to use, and the section within the file, can be
37 specified with the B<-config> and B<-name> flags, respectively.
38 If the config file is not specified, the B<-srpvfile> can be used to
39 just specify the file to operate on.
41 The B<-userinfo> option specifies additional information to add when
42 adding or modifying a user.
44 The B<-gn> flag specifies the B<g> and B<N> values, using one of
45 the strengths defined in IETF RFC 5054.
47 The B<-passin> and B<-passout> arguments are parsed as described in
48 the L<openssl(1)> command.
56 Display an option summary.
60 Generate verbose output while processing.
66 Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
68 Licensed under the OpenSSL license (the "License"). You may not use
69 this file except in compliance with the License. You can obtain a copy
70 in the file LICENSE in the source distribution or at
71 L<https://www.openssl.org/source/license.html>.