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<-config> I<file>]
|
|
|
|
[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>]
|
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_synopsis -}
|
2019-10-13 05:45:56 +08:00
|
|
|
{- $OpenSSL::safe::opt_r_synopsis -}
|
2020-02-25 12:29:30 +08:00
|
|
|
{- $OpenSSL::safe::opt_provider_synopsis -}
|
2019-10-01 15:57:37 +08:00
|
|
|
[I<user> ...]
|
2017-08-14 21:32:07 +08:00
|
|
|
|
2019-10-11 23:52:12 +08:00
|
|
|
=for openssl ifdef engine
|
2019-09-23 07:49:25 +08:00
|
|
|
|
2017-08-14 21:32:07 +08:00
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
Command docs: fix up command references
Almost all OpenSSL commands are in reality 'openssl cmd', so make sure
they are refered to like that and not just as the sub-command.
Self-references are avoided as much as is possible, and replaced with
"this command". In some cases, we even avoid that with a slight
rewrite of the sentence or paragrah they were in. However, in the few
cases where a self-reference is still admissible, they are done in
bold, i.e. openssl-speed.pod references itself like this:
B<openssl speed>
References to other commands are done as manual links, i.e. CA.pl.pod
references 'openssl req' like this: L<openssl-req(1)>
Some commands are examples rather than references; we enclose those in
C<>.
While we are it, we abolish "utility", replacing it with "command", or
remove it entirely in some cases.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10065)
2019-10-02 01:43:36 +08:00
|
|
|
This command is used to maintain an SRP (secure remote password) file.
|
2017-08-14 21:32:07 +08:00
|
|
|
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.
|
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.
|
|
|
|
|
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>
|
|
|
|
see L<openssl(1)/Pass Phrase Options>.
|
|
|
|
|
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 -}
|
|
|
|
|
2020-02-25 12:29:30 +08:00
|
|
|
{- $OpenSSL::safe::opt_provider_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
|
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
2019-08-22 07:04:41 +08:00
|
|
|
Copyright 2017-2019 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
|