=pod =begin comment {- join("\n", @autowarntext) -} =end comment =head1 NAME openssl-srp - maintain SRP password file =head1 SYNOPSIS B [B<-help>] [B<-verbose>] [B<-add>] [B<-modify>] [B<-delete>] [B<-list>] [B<-name> I
] [B<-config> I] [B<-srpvfile> I] [B<-gn> I] [B<-userinfo> I] [B<-passin> I] [B<-passout> I] {- $OpenSSL::safe::opt_r_synopsis -} [I ...] =for openssl ifdef engine =head1 DESCRIPTION This command is used to maintain an SRP (secure remote password) file. At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list> options can be specified. These options take zero or more usernames as parameters and perform the appropriate operation on the SRP file. For B<-list>, if no I is given then all users are displayed. The configuration file to use, and the section within the file, can be specified with the B<-config> and B<-name> flags, respectively. =head1 OPTIONS =over 4 =item B<-help> Display an option summary. =item B<-verbose> Generate verbose output while processing. =item B<-srpvfile> I If the config file is not specified, B<-srpvfile> can be used to specify the file to operate on. =item B<-gn> Specifies the B and B values, using one of the strengths defined in IETF RFC 5054. =item B<-userinfo> specifies additional information to add when adding or modifying a user. =item B<-passin> I, B<-passout> I The password source for the input and output file. For more information about the format of B see L. {- $OpenSSL::safe::opt_r_synopsis -} =back =head1 COPYRIGHT Copyright 2017-2019 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 L. =cut