doc: document that 'openssl rand' is cryptographically secure
[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 -}
25 {- $OpenSSL::safe::opt_r_synopsis -}
26 [I<user> ...]
27
28 =for openssl ifdef engine
29
30 =head1 DESCRIPTION
31
32 This command is used to maintain an SRP (secure remote password) file.
33 At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list> options
34 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(1)/Pass Phrase Options>.
74
75 {- $OpenSSL::safe::opt_engine_item -}
76
77 {- $OpenSSL::safe::opt_r_synopsis -}
78
79 =back
80
81 =head1 COPYRIGHT
82
83 Copyright 2017-2019 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 L<https://www.openssl.org/source/license.html>.
89
90 =cut