2017-08-14 21:32:07 +08:00
|
|
|
=pod
|
2019-10-31 11:35:08 +08:00
|
|
|
{- OpenSSL::safe::output_do_not_edit_headers(); -}
|
2019-10-13 05:45:56 +08:00
|
|
|
|
2017-08-14 21:32:07 +08:00
|
|
|
=head1 NAME
|
|
|
|
|
2019-08-22 07:04:41 +08:00
|
|
|
openssl-srp - maintain SRP password file
|
2017-08-14 21:32:07 +08:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
B<openssl srp>
|
|
|
|
[B<-help>]
|
|
|
|
[B<-verbose>]
|
|
|
|
[B<-add>]
|
|
|
|
[B<-modify>]
|
|
|
|
[B<-delete>]
|
|
|
|
[B<-list>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-name> I<section>]
|
|
|
|
[B<-srpvfile> I<file>]
|
|
|
|
[B<-gn> I<identifier>]
|
2019-10-01 16:00:14 +08:00
|
|
|
[B<-userinfo> I<text>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-passin> I<arg>]
|
|
|
|
[B<-passout> I<arg>]
|
2020-09-21 17:56:01 +08:00
|
|
|
{- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -}
|
2020-02-25 12:29:30 +08:00
|
|
|
{- $OpenSSL::safe::opt_provider_synopsis -}
|
2021-05-17 17:04:40 +08:00
|
|
|
{- $OpenSSL::safe::opt_config_synopsis -}
|
2019-10-01 15:57:37 +08:00
|
|
|
[I<user> ...]
|
2017-08-14 21:32:07 +08:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2021-02-08 23:52:07 +08:00
|
|
|
This command is deprecated. It 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.
|
2017-08-14 21:32:07 +08:00
|
|
|
These options take zero or more usernames as parameters and perform the
|
|
|
|
appropriate operation on the SRP file.
|
2019-10-02 00:16:29 +08:00
|
|
|
For B<-list>, if no I<user> is given then all users are displayed.
|
2017-08-14 21:32:07 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-help>
|
2017-08-14 21:32:07 +08:00
|
|
|
|
|
|
|
Display an option summary.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-verbose>
|
2017-08-14 21:32:07 +08:00
|
|
|
|
|
|
|
Generate verbose output while processing.
|
|
|
|
|
2021-05-17 17:04:40 +08:00
|
|
|
=item B<-add>
|
|
|
|
|
|
|
|
Add a user and SRP verifier.
|
|
|
|
|
|
|
|
=item B<-modify>
|
|
|
|
|
|
|
|
Modify the SRP verifier of an existing user.
|
|
|
|
|
|
|
|
=item B<-delete>
|
|
|
|
|
|
|
|
Delete user from verifier file.
|
|
|
|
|
|
|
|
=item B<-list>
|
|
|
|
|
|
|
|
List users.
|
|
|
|
|
|
|
|
=item B<-name>
|
|
|
|
|
|
|
|
The particular SRP definition to use.
|
|
|
|
|
2019-10-09 01:10:04 +08:00
|
|
|
=item B<-srpvfile> I<file>
|
|
|
|
|
|
|
|
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<g> and B<N> 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<arg>, B<-passout> I<arg>
|
|
|
|
|
|
|
|
The password source for the input and output file.
|
|
|
|
For more information about the format of B<arg>
|
2020-12-10 04:56:51 +08:00
|
|
|
see L<openssl-passphrase-options(1)>.
|
2019-10-09 01:10:04 +08:00
|
|
|
|
Document most missing options
Add cmd-nits make target.
Listing options should stop when it hits the "parameters" separator.
Add missing .pod.in files to doc/man1/build.info
Tweak find-doc-nits to try openssl-XXX before XXX for POD files and
change an error messavge to be more useful.
Fix the following pages: ca, cms, crl, dgst, enc,
engine, errstr, gendsa, genrsa, list, ocsp, passwd, pkcs7, pkcs12, rand,
rehash, req, rsautil, s_server, speed, s_time,
sess_id, smime, srp, ts, x509.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10873)
2020-01-17 02:40:52 +08:00
|
|
|
{- $OpenSSL::safe::opt_engine_item -}
|
|
|
|
|
2021-05-17 17:04:40 +08:00
|
|
|
{- $OpenSSL::safe::opt_r_item -}
|
|
|
|
|
2020-02-25 12:29:30 +08:00
|
|
|
{- $OpenSSL::safe::opt_provider_item -}
|
|
|
|
|
2021-05-17 17:04:40 +08:00
|
|
|
{- $OpenSSL::safe::opt_config_item -}
|
|
|
|
|
2019-10-13 05:45:56 +08:00
|
|
|
{- $OpenSSL::safe::opt_r_synopsis -}
|
2019-10-04 10:28:40 +08:00
|
|
|
|
2017-08-14 21:32:07 +08:00
|
|
|
=back
|
|
|
|
|
2020-06-25 09:27:51 +08:00
|
|
|
=head1 HISTORY
|
|
|
|
|
|
|
|
The B<-engine> option was deprecated in OpenSSL 3.0.
|
|
|
|
|
2017-08-14 21:32:07 +08:00
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
2021-02-18 22:57:13 +08:00
|
|
|
Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
|
2017-08-14 21:32:07 +08:00
|
|
|
|
2018-12-06 21:04:11 +08:00
|
|
|
Licensed under the Apache License 2.0 (the "License"). You may not use
|
2017-08-14 21:32:07 +08:00
|
|
|
this file except in compliance with the License. You can obtain a copy
|
|
|
|
in the file LICENSE in the source distribution or at
|
|
|
|
L<https://www.openssl.org/source/license.html>.
|
|
|
|
|
|
|
|
=cut
|