openssl-cmds.pod.in 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. =pod
  2. {- OpenSSL::safe::output_do_not_edit_headers(); -}
  3. =head1 NAME
  4. =for openssl names: openssl-cmds
  5. asn1parse,
  6. ca,
  7. ciphers,
  8. cms,
  9. crl,
  10. crl2pkcs7,
  11. dgst,
  12. dhparam,
  13. dsa,
  14. dsaparam,
  15. ec,
  16. ecparam,
  17. enc,
  18. engine,
  19. errstr,
  20. gendsa,
  21. genpkey,
  22. genrsa,
  23. info,
  24. kdf,
  25. mac,
  26. nseq,
  27. ocsp,
  28. passwd,
  29. pkcs12,
  30. pkcs7,
  31. pkcs8,
  32. pkey,
  33. pkeyparam,
  34. pkeyutl,
  35. prime,
  36. rand,
  37. rehash,
  38. req,
  39. rsa,
  40. rsautl,
  41. s_client,
  42. s_server,
  43. s_time,
  44. sess_id,
  45. smime,
  46. speed,
  47. spkac,
  48. srp,
  49. storeutl,
  50. ts,
  51. verify,
  52. version,
  53. x509
  54. - OpenSSL application commands
  55. =for openssl foreign manual apropos(1)
  56. =head1 SYNOPSIS
  57. =for openssl generic
  58. B<openssl> I<cmd> B<-help> | [I<-option> | I<-option> I<arg>] ... [I<arg>] ...
  59. =head1 DESCRIPTION
  60. Every I<cmd> listed above is a (sub-)command of the L<openssl(1)> application.
  61. It has its own detailed manual page at B<openssl-I<cmd>>(1). For example, to
  62. view the manual page for the B<openssl dgst> command, type C<man openssl-dgst>.
  63. =head1 OPTIONS
  64. Among others, every subcommand has a help option.
  65. =over 4
  66. =item B<-help>
  67. Print out a usage message for the subcommand.
  68. =back
  69. =head1 SEE ALSO
  70. L<openssl(1)>,
  71. L<openssl-asn1parse(1)>,
  72. L<openssl-ca(1)>,
  73. L<openssl-ciphers(1)>,
  74. L<openssl-cms(1)>,
  75. L<openssl-crl(1)>,
  76. L<openssl-crl2pkcs7(1)>,
  77. L<openssl-dgst(1)>,
  78. L<openssl-dhparam(1)>,
  79. L<openssl-dsa(1)>,
  80. L<openssl-dsaparam(1)>,
  81. L<openssl-ec(1)>,
  82. L<openssl-ecparam(1)>,
  83. L<openssl-enc(1)>,
  84. L<openssl-engine(1)>,
  85. L<openssl-errstr(1)>,
  86. L<openssl-gendsa(1)>,
  87. L<openssl-genpkey(1)>,
  88. L<openssl-genrsa(1)>,
  89. L<openssl-info(1)>,
  90. L<openssl-kdf(1)>,
  91. L<openssl-mac(1)>,
  92. L<openssl-nseq(1)>,
  93. L<openssl-ocsp(1)>,
  94. L<openssl-passwd(1)>,
  95. L<openssl-pkcs12(1)>,
  96. L<openssl-pkcs7(1)>,
  97. L<openssl-pkcs8(1)>,
  98. L<openssl-pkey(1)>,
  99. L<openssl-pkeyparam(1)>,
  100. L<openssl-pkeyutl(1)>,
  101. L<openssl-prime(1)>,
  102. L<openssl-rand(1)>,
  103. L<openssl-rehash(1)>,
  104. L<openssl-req(1)>,
  105. L<openssl-rsa(1)>,
  106. L<openssl-rsautl(1)>,
  107. L<openssl-s_client(1)>,
  108. L<openssl-s_server(1)>,
  109. L<openssl-s_time(1)>,
  110. L<openssl-sess_id(1)>,
  111. L<openssl-smime(1)>,
  112. L<openssl-speed(1)>,
  113. L<openssl-spkac(1)>,
  114. L<openssl-srp(1)>,
  115. L<openssl-storeutl(1)>,
  116. L<openssl-ts(1)>,
  117. L<openssl-verify(1)>,
  118. L<openssl-version(1)>,
  119. L<openssl-x509(1)>,
  120. =head1 HISTORY
  121. =for openssl foreign manual apropos(1)
  122. Initially, the manual page entry for the C<openssl I<cmd>> command used
  123. to be available at I<cmd>(1). Later, the alias B<openssl-I<cmd>>(1) was
  124. introduced, which made it easier to group the openssl commands using
  125. the L<apropos(1)> command or the shell's tab completion.
  126. In order to reduce cluttering of the global manual page namespace,
  127. the manual page entries without the 'openssl-' prefix have been
  128. deprecated in OpenSSL 3.0 and will be removed in OpenSSL 4.0.
  129. =head1 COPYRIGHT
  130. Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
  131. Licensed under the Apache License 2.0 (the "License"). You may not use
  132. this file except in compliance with the License. You can obtain a copy
  133. in the file LICENSE in the source distribution or at
  134. L<https://www.openssl.org/source/license.html>.
  135. =cut