cb210880e0101c12d8bf788937285633d56f603e
[openssl.git] / doc / man1 / openssl-srp.pod.in
1 =pod
2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
3
4 =head1 NAME
5
6 openssl-srp - maintain SRP password file
7
8 =head1 SYNOPSIS
9
10 B<openssl srp>
11 [B<-help>]
12 [B<-verbose>]
13 [B<-add>]
14 [B<-modify>]
15 [B<-delete>]
16 [B<-list>]
17 [B<-name> I<section>]
18 [B<-config> I<file>]
19 [B<-srpvfile> I<file>]
20 [B<-gn> I<identifier>]
21 [B<-userinfo> I<text>]
22 [B<-passin> I<arg>]
23 [B<-passout> I<arg>]
24 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -}
25 {- $OpenSSL::safe::opt_provider_synopsis -}
26 [I<user> ...]
27
28 =for openssl ifdef engine
29
30 =head1 DESCRIPTION
31
32 This command is deprecated. It is used to maintain an SRP (secure remote
33 password) file. At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list>
34 options can be specified.
35 These options take zero or more usernames as parameters and perform the
36 appropriate operation on the SRP file.
37 For B<-list>, if no I<user> is given then all users are displayed.
38
39 The configuration file to use, and the section within the file, can be
40 specified with the B<-config> and B<-name> flags, respectively.
41
42 =head1 OPTIONS
43
44 =over 4
45
46 =item B<-help>
47
48 Display an option summary.
49
50 =item B<-verbose>
51
52 Generate verbose output while processing.
53
54 =item B<-srpvfile> I<file>
55
56 If the config file is not specified,
57 B<-srpvfile> can be used to specify the file to operate on.
58
59 =item B<-gn>
60
61 Specifies the B<g> and B<N> values, using one of
62 the strengths defined in IETF RFC 5054.
63
64 =item B<-userinfo>
65
66 specifies additional information to add when
67 adding or modifying a user.
68
69 =item B<-passin> I<arg>, B<-passout> I<arg>
70
71 The password source for the input and output file.
72 For more information about the format of B<arg>
73 see L<openssl-passphrase-options(1)>.
74
75 {- $OpenSSL::safe::opt_engine_item -}
76
77 {- $OpenSSL::safe::opt_provider_item -}
78
79 {- $OpenSSL::safe::opt_r_synopsis -}
80
81 =back
82
83 =head1 HISTORY
84
85 The B<-engine> option was deprecated in OpenSSL 3.0.
86
87 =head1 COPYRIGHT
88
89 Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
90
91 Licensed under the Apache License 2.0 (the "License").  You may not use
92 this file except in compliance with the License.  You can obtain a copy
93 in the file LICENSE in the source distribution or at
94 L<https://www.openssl.org/source/license.html>.
95
96 =cut