openssl-list.1ossl 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. .\" -*- mode: troff; coding: utf-8 -*-
  2. .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)
  3. .\"
  4. .\" Standard preamble:
  5. .\" ========================================================================
  6. .de Sp \" Vertical space (when we can't use .PP)
  7. .if t .sp .5v
  8. .if n .sp
  9. ..
  10. .de Vb \" Begin verbatim text
  11. .ft CW
  12. .nf
  13. .ne \\$1
  14. ..
  15. .de Ve \" End verbatim text
  16. .ft R
  17. .fi
  18. ..
  19. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
  20. .ie n \{\
  21. . ds C` ""
  22. . ds C' ""
  23. 'br\}
  24. .el\{\
  25. . ds C`
  26. . ds C'
  27. 'br\}
  28. .\"
  29. .\" Escape single quotes in literal strings from groff's Unicode transform.
  30. .ie \n(.g .ds Aq \(aq
  31. .el .ds Aq '
  32. .\"
  33. .\" If the F register is >0, we'll generate index entries on stderr for
  34. .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
  35. .\" entries marked with X<> in POD. Of course, you'll have to process the
  36. .\" output yourself in some meaningful fashion.
  37. .\"
  38. .\" Avoid warning from groff about undefined register 'F'.
  39. .de IX
  40. ..
  41. .nr rF 0
  42. .if \n(.g .if rF .nr rF 1
  43. .if (\n(rF:(\n(.g==0)) \{\
  44. . if \nF \{\
  45. . de IX
  46. . tm Index:\\$1\t\\n%\t"\\$2"
  47. ..
  48. . if !\nF==2 \{\
  49. . nr % 0
  50. . nr F 2
  51. . \}
  52. . \}
  53. .\}
  54. .rr rF
  55. .\" ========================================================================
  56. .\"
  57. .IX Title "OPENSSL-LIST 1ossl"
  58. .TH OPENSSL-LIST 1ossl 2025-01-17 3.4.0 OpenSSL
  59. .\" For nroff, turn off justification. Always turn off hyphenation; it makes
  60. .\" way too many mistakes in technical documents.
  61. .if n .ad l
  62. .nh
  63. .SH NAME
  64. openssl\-list \- list algorithms and features
  65. .SH SYNOPSIS
  66. .IX Header "SYNOPSIS"
  67. \&\fBopenssl list\fR
  68. [\fB\-help\fR]
  69. [\fB\-verbose\fR]
  70. [\fB\-select\fR \fIname\fR]
  71. [\fB\-1\fR]
  72. [\fB\-all\-algorithms\fR]
  73. [\fB\-commands\fR]
  74. [\fB\-standard\-commands\fR]
  75. [\fB\-digest\-algorithms\fR]
  76. [\fB\-digest\-commands\fR]
  77. [\fB\-kdf\-algorithms\fR]
  78. [\fB\-mac\-algorithms\fR]
  79. [\fB\-random\-instances\fR]
  80. [\fB\-random\-generators\fR]
  81. [\fB\-cipher\-algorithms\fR]
  82. [\fB\-cipher\-commands\fR]
  83. [\fB\-encoders\fR]
  84. [\fB\-decoders\fR]
  85. [\fB\-key\-managers\fR]
  86. [\fB\-key\-exchange\-algorithms\fR]
  87. [\fB\-kem\-algorithms\fR]
  88. [\fB\-signature\-algorithms\fR]
  89. [\fB\-tls\-signature\-algorithms\fR]
  90. [\fB\-asymcipher\-algorithms\fR]
  91. [\fB\-public\-key\-algorithms\fR]
  92. [\fB\-public\-key\-methods\fR]
  93. [\fB\-store\-loaders\fR]
  94. [\fB\-providers\fR]
  95. [\fB\-engines\fR]
  96. [\fB\-disabled\fR]
  97. [\fB\-objects\fR]
  98. [\fB\-options\fR \fIcommand\fR]
  99. [\fB\-provider\fR \fIname\fR]
  100. [\fB\-provider\-path\fR \fIpath\fR]
  101. [\fB\-propquery\fR \fIpropq\fR]
  102. .SH DESCRIPTION
  103. .IX Header "DESCRIPTION"
  104. This command is used to generate list of algorithms or disabled
  105. features.
  106. .SH OPTIONS
  107. .IX Header "OPTIONS"
  108. .IP \fB\-help\fR 4
  109. .IX Item "-help"
  110. Display a usage message.
  111. .IP \fB\-verbose\fR 4
  112. .IX Item "-verbose"
  113. Displays extra information.
  114. The options below where verbosity applies say a bit more about what that means.
  115. .IP "\fB\-select\fR \fIname\fR" 4
  116. .IX Item "-select name"
  117. Only list algorithms that match this name.
  118. .IP \fB\-1\fR 4
  119. .IX Item "-1"
  120. List the commands, digest-commands, or cipher-commands in a single column.
  121. If used, this option must be given first.
  122. .IP \fB\-all\-algorithms\fR 4
  123. .IX Item "-all-algorithms"
  124. Display lists of all algorithms. These include:
  125. .RS 4
  126. .IP "Asymmetric ciphers" 4
  127. .IX Item "Asymmetric ciphers"
  128. .PD 0
  129. .IP Decoders 4
  130. .IX Item "Decoders"
  131. .IP Digests 4
  132. .IX Item "Digests"
  133. .IP Encoders 4
  134. .IX Item "Encoders"
  135. .IP "Key derivation algorithms (KDF)" 4
  136. .IX Item "Key derivation algorithms (KDF)"
  137. .IP "Key encapsulation methods (KEM)" 4
  138. .IX Item "Key encapsulation methods (KEM)"
  139. .IP "Key exchange algorithms (KEX)" 4
  140. .IX Item "Key exchange algorithms (KEX)"
  141. .IP "Key managers" 4
  142. .IX Item "Key managers"
  143. .IP "Message authentication code algorithms (MAC)" 4
  144. .IX Item "Message authentication code algorithms (MAC)"
  145. .IP "Random number generators (RNG, DRBG)" 4
  146. .IX Item "Random number generators (RNG, DRBG)"
  147. .IP "Signature algorithms" 4
  148. .IX Item "Signature algorithms"
  149. .IP "Store loaders" 4
  150. .IX Item "Store loaders"
  151. .IP "Symmetric ciphers" 4
  152. .IX Item "Symmetric ciphers"
  153. .RE
  154. .RS 4
  155. .RE
  156. .IP \fB\-commands\fR 4
  157. .IX Item "-commands"
  158. .PD
  159. Display a list of standard commands.
  160. .IP \fB\-standard\-commands\fR 4
  161. .IX Item "-standard-commands"
  162. List of standard commands.
  163. .IP \fB\-digest\-commands\fR 4
  164. .IX Item "-digest-commands"
  165. This option is deprecated. Use \fBdigest-algorithms\fR instead.
  166. .Sp
  167. Display a list of message digest commands, which are typically used
  168. as input to the \fBopenssl\-dgst\fR\|(1) or \fBopenssl\-speed\fR\|(1) commands.
  169. .IP \fB\-cipher\-commands\fR 4
  170. .IX Item "-cipher-commands"
  171. This option is deprecated. Use \fBcipher-algorithms\fR instead.
  172. .Sp
  173. Display a list of cipher commands, which are typically used as input
  174. to the \fBopenssl\-enc\fR\|(1) or \fBopenssl\-speed\fR\|(1) commands.
  175. .IP "\fB\-cipher\-algorithms\fR, \fB\-digest\-algorithms\fR, \fB\-kdf\-algorithms\fR, \fB\-mac\-algorithms\fR," 4
  176. .IX Item "-cipher-algorithms, -digest-algorithms, -kdf-algorithms, -mac-algorithms,"
  177. Display a list of symmetric cipher, digest, kdf and mac algorithms.
  178. See "Display of algorithm names" for a description of how names are
  179. displayed.
  180. .Sp
  181. In verbose mode, the algorithms provided by a provider will get additional
  182. information on what parameters each implementation supports.
  183. .IP \fB\-random\-instances\fR 4
  184. .IX Item "-random-instances"
  185. List the primary, public and private random number generator details.
  186. .IP \fB\-random\-generators\fR 4
  187. .IX Item "-random-generators"
  188. Display a list of random number generators.
  189. See "Display of algorithm names" for a description of how names are
  190. displayed.
  191. .IP \fB\-encoders\fR 4
  192. .IX Item "-encoders"
  193. Display a list of encoders.
  194. See "Display of algorithm names" for a description of how names are
  195. displayed.
  196. .Sp
  197. In verbose mode, the algorithms provided by a provider will get additional
  198. information on what parameters each implementation supports.
  199. .IP \fB\-decoders\fR 4
  200. .IX Item "-decoders"
  201. Display a list of decoders.
  202. See "Display of algorithm names" for a description of how names are
  203. displayed.
  204. .Sp
  205. In verbose mode, the algorithms provided by a provider will get additional
  206. information on what parameters each implementation supports.
  207. .IP \fB\-public\-key\-algorithms\fR 4
  208. .IX Item "-public-key-algorithms"
  209. Display a list of public key algorithms, with each algorithm as
  210. a block of multiple lines, all but the first are indented.
  211. The options \fBkey-exchange-algorithms\fR, \fBkem-algorithms\fR,
  212. \&\fBsignature-algorithms\fR, and \fBasymcipher-algorithms\fR will display similar info.
  213. .IP \fB\-public\-key\-methods\fR 4
  214. .IX Item "-public-key-methods"
  215. Display a list of public key methods.
  216. .IP \fB\-key\-managers\fR 4
  217. .IX Item "-key-managers"
  218. Display a list of key managers.
  219. .IP \fB\-key\-exchange\-algorithms\fR 4
  220. .IX Item "-key-exchange-algorithms"
  221. Display a list of key exchange algorithms.
  222. .IP \fB\-kem\-algorithms\fR 4
  223. .IX Item "-kem-algorithms"
  224. Display a list of key encapsulation algorithms.
  225. .IP \fB\-signature\-algorithms\fR 4
  226. .IX Item "-signature-algorithms"
  227. Display a list of signature algorithms.
  228. .IP \fB\-tls\-signature\-algorithms\fR 4
  229. .IX Item "-tls-signature-algorithms"
  230. Display the list of signature algorithms available for TLS handshakes
  231. made available by all currently active providers.
  232. The output format is colon delimited in a form directly usable in
  233. \&\fBSSL_CONF_cmd\fR\|(3) specifying SignatureAlgorithms.
  234. .IP \fB\-asymcipher\-algorithms\fR 4
  235. .IX Item "-asymcipher-algorithms"
  236. Display a list of asymmetric cipher algorithms.
  237. .IP \fB\-store\-loaders\fR 4
  238. .IX Item "-store-loaders"
  239. Display a list of store loaders.
  240. .IP \fB\-providers\fR 4
  241. .IX Item "-providers"
  242. Display a list of all loaded providers with their names, version and status.
  243. .Sp
  244. In verbose mode, the full version and all provider parameters will additionally
  245. be displayed.
  246. .IP \fB\-engines\fR 4
  247. .IX Item "-engines"
  248. This option is deprecated.
  249. .Sp
  250. Display a list of loaded engines.
  251. .IP \fB\-disabled\fR 4
  252. .IX Item "-disabled"
  253. Display a list of disabled features, those that were compiled out
  254. of the installation.
  255. .IP \fB\-objects\fR 4
  256. .IX Item "-objects"
  257. Display a list of built in objects, i.e. OIDs with names. They're listed in the
  258. format described in "ASN1 Object Configuration Module" in \fBconfig\fR\|(5).
  259. .IP "\fB\-options\fR \fIcommand\fR" 4
  260. .IX Item "-options command"
  261. Output a two-column list of the options accepted by the specified \fIcommand\fR.
  262. The first is the option name, and the second is a one-character indication
  263. of what type of parameter it takes, if any.
  264. This is an internal option, used for checking that the documentation
  265. is complete.
  266. .IP "\fB\-provider\fR \fIname\fR" 4
  267. .IX Item "-provider name"
  268. .PD 0
  269. .IP "\fB\-provider\-path\fR \fIpath\fR" 4
  270. .IX Item "-provider-path path"
  271. .IP "\fB\-propquery\fR \fIpropq\fR" 4
  272. .IX Item "-propquery propq"
  273. .PD
  274. See "Provider Options" in \fBopenssl\fR\|(1), \fBprovider\fR\|(7), and \fBproperty\fR\|(7).
  275. .SS "Display of algorithm names"
  276. .IX Subsection "Display of algorithm names"
  277. Algorithm names may be displayed in one of two manners:
  278. .IP "Legacy implementations" 4
  279. .IX Item "Legacy implementations"
  280. Legacy implementations will simply display the main name of the
  281. algorithm on a line of its own, or in the form \f(CW\*(C`<foo \*(C'\fR bar>> to show
  282. that \f(CW\*(C`foo\*(C'\fR is an alias for the main name, \f(CW\*(C`bar\*(C'\fR
  283. .IP "Provided implementations" 4
  284. .IX Item "Provided implementations"
  285. Implementations from a provider are displayed like this if the
  286. implementation is labeled with a single name:
  287. .Sp
  288. .Vb 1
  289. \& foo @ bar
  290. .Ve
  291. .Sp
  292. or like this if it's labeled with multiple names:
  293. .Sp
  294. .Vb 1
  295. \& { foo1, foo2 } @bar
  296. .Ve
  297. .Sp
  298. In both cases, \f(CW\*(C`bar\*(C'\fR is the name of the provider.
  299. .SH HISTORY
  300. .IX Header "HISTORY"
  301. The \fB\-engines\fR, \fB\-digest\-commands\fR, and \fB\-cipher\-commands\fR options
  302. were deprecated in OpenSSL 3.0.
  303. .SH COPYRIGHT
  304. .IX Header "COPYRIGHT"
  305. Copyright 2016\-2024 The OpenSSL Project Authors. All Rights Reserved.
  306. .PP
  307. Licensed under the Apache License 2.0 (the "License"). You may not use
  308. this file except in compliance with the License. You can obtain a copy
  309. in the file LICENSE in the source distribution or at
  310. <https://www.openssl.org/source/license.html>.