openssl-srp.pod.in 2.2 KB

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