openssl-cmds.pod.in 2.9 KB

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