openssl.1ossl 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  1. .\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
  2. .\"
  3. .\" Standard preamble:
  4. .\" ========================================================================
  5. .de Sp \" Vertical space (when we can't use .PP)
  6. .if t .sp .5v
  7. .if n .sp
  8. ..
  9. .de Vb \" Begin verbatim text
  10. .ft CW
  11. .nf
  12. .ne \\$1
  13. ..
  14. .de Ve \" End verbatim text
  15. .ft R
  16. .fi
  17. ..
  18. .\" Set up some character translations and predefined strings. \*(-- will
  19. .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
  20. .\" double quote, and \*(R" will give a right double quote. \*(C+ will
  21. .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
  22. .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
  23. .\" nothing in troff, for use with C<>.
  24. .tr \(*W-
  25. .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
  26. .ie n \{\
  27. . ds -- \(*W-
  28. . ds PI pi
  29. . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
  30. . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
  31. . ds L" ""
  32. . ds R" ""
  33. . ds C` ""
  34. . ds C' ""
  35. 'br\}
  36. .el\{\
  37. . ds -- \|\(em\|
  38. . ds PI \(*p
  39. . ds L" ``
  40. . ds R" ''
  41. . ds C`
  42. . ds C'
  43. 'br\}
  44. .\"
  45. .\" Escape single quotes in literal strings from groff's Unicode transform.
  46. .ie \n(.g .ds Aq \(aq
  47. .el .ds Aq '
  48. .\"
  49. .\" If the F register is >0, we'll generate index entries on stderr for
  50. .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
  51. .\" entries marked with X<> in POD. Of course, you'll have to process the
  52. .\" output yourself in some meaningful fashion.
  53. .\"
  54. .\" Avoid warning from groff about undefined register 'F'.
  55. .de IX
  56. ..
  57. .nr rF 0
  58. .if \n(.g .if rF .nr rF 1
  59. .if (\n(rF:(\n(.g==0)) \{\
  60. . if \nF \{\
  61. . de IX
  62. . tm Index:\\$1\t\\n%\t"\\$2"
  63. ..
  64. . if !\nF==2 \{\
  65. . nr % 0
  66. . nr F 2
  67. . \}
  68. . \}
  69. .\}
  70. .rr rF
  71. .\"
  72. .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
  73. .\" Fear. Run. Save yourself. No user-serviceable parts.
  74. . \" fudge factors for nroff and troff
  75. .if n \{\
  76. . ds #H 0
  77. . ds #V .8m
  78. . ds #F .3m
  79. . ds #[ \f1
  80. . ds #] \fP
  81. .\}
  82. .if t \{\
  83. . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
  84. . ds #V .6m
  85. . ds #F 0
  86. . ds #[ \&
  87. . ds #] \&
  88. .\}
  89. . \" simple accents for nroff and troff
  90. .if n \{\
  91. . ds ' \&
  92. . ds ` \&
  93. . ds ^ \&
  94. . ds , \&
  95. . ds ~ ~
  96. . ds /
  97. .\}
  98. .if t \{\
  99. . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
  100. . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
  101. . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
  102. . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
  103. . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
  104. . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
  105. .\}
  106. . \" troff and (daisy-wheel) nroff accents
  107. .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
  108. .ds 8 \h'\*(#H'\(*b\h'-\*(#H'
  109. .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
  110. .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
  111. .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
  112. .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
  113. .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
  114. .ds ae a\h'-(\w'a'u*4/10)'e
  115. .ds Ae A\h'-(\w'A'u*4/10)'E
  116. . \" corrections for vroff
  117. .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
  118. .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
  119. . \" for low resolution devices (crt and lpr)
  120. .if \n(.H>23 .if \n(.V>19 \
  121. \{\
  122. . ds : e
  123. . ds 8 ss
  124. . ds o a
  125. . ds d- d\h'-1'\(ga
  126. . ds D- D\h'-1'\(hy
  127. . ds th \o'bp'
  128. . ds Th \o'LP'
  129. . ds ae ae
  130. . ds Ae AE
  131. .\}
  132. .rm #[ #] #H #V #F C
  133. .\" ========================================================================
  134. .\"
  135. .IX Title "OPENSSL 1ossl"
  136. .TH OPENSSL 1ossl "2024-09-03" "3.3.2" "OpenSSL"
  137. .\" For nroff, turn off justification. Always turn off hyphenation; it makes
  138. .\" way too many mistakes in technical documents.
  139. .if n .ad l
  140. .nh
  141. .SH "NAME"
  142. openssl \- OpenSSL command line program
  143. .SH "SYNOPSIS"
  144. .IX Header "SYNOPSIS"
  145. \&\fBopenssl\fR
  146. \&\fIcommand\fR
  147. [ \fIoptions\fR ... ]
  148. [ \fIparameters\fR ... ]
  149. .PP
  150. \&\fBopenssl\fR \fBno\-\fR\fI\s-1XXX\s0\fR [ \fIoptions\fR ]
  151. .PP
  152. \&\fBopenssl\fR \fB\-help\fR | \fB\-version\fR
  153. .SH "DESCRIPTION"
  154. .IX Header "DESCRIPTION"
  155. OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (\s-1SSL\s0)
  156. and Transport Layer Security (\s-1TLS\s0) network protocols and related
  157. cryptography standards required by them.
  158. .PP
  159. The \fBopenssl\fR program is a command line program for using the various
  160. cryptography functions of OpenSSL's \fBcrypto\fR library from the shell.
  161. It can be used for
  162. .PP
  163. .Vb 8
  164. \& o Creation and management of private keys, public keys and parameters
  165. \& o Public key cryptographic operations
  166. \& o Creation of X.509 certificates, CSRs and CRLs
  167. \& o Calculation of Message Digests and Message Authentication Codes
  168. \& o Encryption and Decryption with Ciphers
  169. \& o SSL/TLS Client and Server Tests
  170. \& o Handling of S/MIME signed or encrypted mail
  171. \& o Timestamp requests, generation and verification
  172. .Ve
  173. .SH "COMMAND SUMMARY"
  174. .IX Header "COMMAND SUMMARY"
  175. The \fBopenssl\fR program provides a rich variety of commands (\fIcommand\fR in
  176. the \*(L"\s-1SYNOPSIS\*(R"\s0 above).
  177. Each command can have many options and argument parameters, shown above as
  178. \&\fIoptions\fR and \fIparameters\fR.
  179. .PP
  180. Detailed documentation and use cases for most standard subcommands are available
  181. (e.g., \fBopenssl\-x509\fR\|(1)). The subcommand \fBopenssl\-list\fR\|(1) may be used to list
  182. subcommands.
  183. .PP
  184. The command \fBno\-\fR\fI\s-1XXX\s0\fR tests whether a command of the
  185. specified name is available. If no command named \fI\s-1XXX\s0\fR exists, it
  186. returns 0 (success) and prints \fBno\-\fR\fI\s-1XXX\s0\fR; otherwise it returns 1
  187. and prints \fI\s-1XXX\s0\fR. In both cases, the output goes to \fBstdout\fR and
  188. nothing is printed to \fBstderr\fR. Additional command line arguments
  189. are always ignored. Since for each cipher there is a command of the
  190. same name, this provides an easy way for shell scripts to test for the
  191. availability of ciphers in the \fBopenssl\fR program. (\fBno\-\fR\fI\s-1XXX\s0\fR is
  192. not able to detect pseudo-commands such as \fBquit\fR,
  193. \&\fBlist\fR, or \fBno\-\fR\fI\s-1XXX\s0\fR itself.)
  194. .SS "Configuration Option"
  195. .IX Subsection "Configuration Option"
  196. Many commands use an external configuration file for some or all of their
  197. arguments and have a \fB\-config\fR option to specify that file.
  198. The default name of the file is \fIopenssl.cnf\fR in the default certificate
  199. storage area, which can be determined from the \fBopenssl\-version\fR\|(1)
  200. command using the \fB\-d\fR or \fB\-a\fR option.
  201. The environment variable \fB\s-1OPENSSL_CONF\s0\fR can be used to specify a different
  202. file location or to disable loading a configuration (using the empty string).
  203. .PP
  204. Among others, the configuration file can be used to load modules
  205. and to specify parameters for generating certificates and random numbers.
  206. See \fBconfig\fR\|(5) for details.
  207. .SS "Standard Commands"
  208. .IX Subsection "Standard Commands"
  209. .IP "\fBasn1parse\fR" 4
  210. .IX Item "asn1parse"
  211. Parse an \s-1ASN.1\s0 sequence.
  212. .IP "\fBca\fR" 4
  213. .IX Item "ca"
  214. Certificate Authority (\s-1CA\s0) Management.
  215. .IP "\fBciphers\fR" 4
  216. .IX Item "ciphers"
  217. Cipher Suite Description Determination.
  218. .IP "\fBcms\fR" 4
  219. .IX Item "cms"
  220. \&\s-1CMS\s0 (Cryptographic Message Syntax) command.
  221. .IP "\fBcrl\fR" 4
  222. .IX Item "crl"
  223. Certificate Revocation List (\s-1CRL\s0) Management.
  224. .IP "\fBcrl2pkcs7\fR" 4
  225. .IX Item "crl2pkcs7"
  226. \&\s-1CRL\s0 to PKCS#7 Conversion.
  227. .IP "\fBdgst\fR" 4
  228. .IX Item "dgst"
  229. Message Digest calculation. \s-1MAC\s0 calculations are superseded by
  230. \&\fBopenssl\-mac\fR\|(1).
  231. .IP "\fBdhparam\fR" 4
  232. .IX Item "dhparam"
  233. Generation and Management of Diffie-Hellman Parameters. Superseded by
  234. \&\fBopenssl\-genpkey\fR\|(1) and \fBopenssl\-pkeyparam\fR\|(1).
  235. .IP "\fBdsa\fR" 4
  236. .IX Item "dsa"
  237. \&\s-1DSA\s0 Data Management.
  238. .IP "\fBdsaparam\fR" 4
  239. .IX Item "dsaparam"
  240. \&\s-1DSA\s0 Parameter Generation and Management. Superseded by
  241. \&\fBopenssl\-genpkey\fR\|(1) and \fBopenssl\-pkeyparam\fR\|(1).
  242. .IP "\fBec\fR" 4
  243. .IX Item "ec"
  244. \&\s-1EC\s0 (Elliptic curve) key processing.
  245. .IP "\fBecparam\fR" 4
  246. .IX Item "ecparam"
  247. \&\s-1EC\s0 parameter manipulation and generation.
  248. .IP "\fBenc\fR" 4
  249. .IX Item "enc"
  250. Encryption, decryption, and encoding.
  251. .IP "\fBengine\fR" 4
  252. .IX Item "engine"
  253. Engine (loadable module) information and manipulation.
  254. .IP "\fBerrstr\fR" 4
  255. .IX Item "errstr"
  256. Error Number to Error String Conversion.
  257. .IP "\fBfipsinstall\fR" 4
  258. .IX Item "fipsinstall"
  259. \&\s-1FIPS\s0 configuration installation.
  260. .IP "\fBgendsa\fR" 4
  261. .IX Item "gendsa"
  262. Generation of \s-1DSA\s0 Private Key from Parameters. Superseded by
  263. \&\fBopenssl\-genpkey\fR\|(1) and \fBopenssl\-pkey\fR\|(1).
  264. .IP "\fBgenpkey\fR" 4
  265. .IX Item "genpkey"
  266. Generation of Private Key or Parameters.
  267. .IP "\fBgenrsa\fR" 4
  268. .IX Item "genrsa"
  269. Generation of \s-1RSA\s0 Private Key. Superseded by \fBopenssl\-genpkey\fR\|(1).
  270. .IP "\fBhelp\fR" 4
  271. .IX Item "help"
  272. Display information about a command's options.
  273. .IP "\fBinfo\fR" 4
  274. .IX Item "info"
  275. Display diverse information built into the OpenSSL libraries.
  276. .IP "\fBkdf\fR" 4
  277. .IX Item "kdf"
  278. Key Derivation Functions.
  279. .IP "\fBlist\fR" 4
  280. .IX Item "list"
  281. List algorithms and features.
  282. .IP "\fBmac\fR" 4
  283. .IX Item "mac"
  284. Message Authentication Code Calculation.
  285. .IP "\fBnseq\fR" 4
  286. .IX Item "nseq"
  287. Create or examine a Netscape certificate sequence.
  288. .IP "\fBocsp\fR" 4
  289. .IX Item "ocsp"
  290. Online Certificate Status Protocol command.
  291. .IP "\fBpasswd\fR" 4
  292. .IX Item "passwd"
  293. Generation of hashed passwords.
  294. .IP "\fBpkcs12\fR" 4
  295. .IX Item "pkcs12"
  296. PKCS#12 Data Management.
  297. .IP "\fBpkcs7\fR" 4
  298. .IX Item "pkcs7"
  299. PKCS#7 Data Management.
  300. .IP "\fBpkcs8\fR" 4
  301. .IX Item "pkcs8"
  302. PKCS#8 format private key conversion command.
  303. .IP "\fBpkey\fR" 4
  304. .IX Item "pkey"
  305. Public and private key management.
  306. .IP "\fBpkeyparam\fR" 4
  307. .IX Item "pkeyparam"
  308. Public key algorithm parameter management.
  309. .IP "\fBpkeyutl\fR" 4
  310. .IX Item "pkeyutl"
  311. Public key algorithm cryptographic operation command.
  312. .IP "\fBprime\fR" 4
  313. .IX Item "prime"
  314. Compute prime numbers.
  315. .IP "\fBrand\fR" 4
  316. .IX Item "rand"
  317. Generate pseudo-random bytes.
  318. .IP "\fBrehash\fR" 4
  319. .IX Item "rehash"
  320. Create symbolic links to certificate and \s-1CRL\s0 files named by the hash values.
  321. .IP "\fBreq\fR" 4
  322. .IX Item "req"
  323. PKCS#10 X.509 Certificate Signing Request (\s-1CSR\s0) Management.
  324. .IP "\fBrsa\fR" 4
  325. .IX Item "rsa"
  326. \&\s-1RSA\s0 key management.
  327. .IP "\fBrsautl\fR" 4
  328. .IX Item "rsautl"
  329. \&\s-1RSA\s0 command for signing, verification, encryption, and decryption. Superseded
  330. by \fBopenssl\-pkeyutl\fR\|(1).
  331. .IP "\fBs_client\fR" 4
  332. .IX Item "s_client"
  333. This implements a generic \s-1SSL/TLS\s0 client which can establish a transparent
  334. connection to a remote server speaking \s-1SSL/TLS.\s0 It's intended for testing
  335. purposes only and provides only rudimentary interface functionality but
  336. internally uses mostly all functionality of the OpenSSL \fBssl\fR library.
  337. .IP "\fBs_server\fR" 4
  338. .IX Item "s_server"
  339. This implements a generic \s-1SSL/TLS\s0 server which accepts connections from remote
  340. clients speaking \s-1SSL/TLS.\s0 It's intended for testing purposes only and provides
  341. only rudimentary interface functionality but internally uses mostly all
  342. functionality of the OpenSSL \fBssl\fR library. It provides both an own command
  343. line oriented protocol for testing \s-1SSL\s0 functions and a simple \s-1HTTP\s0 response
  344. facility to emulate an SSL/TLS\-aware webserver.
  345. .IP "\fBs_time\fR" 4
  346. .IX Item "s_time"
  347. \&\s-1SSL\s0 Connection Timer.
  348. .IP "\fBsess_id\fR" 4
  349. .IX Item "sess_id"
  350. \&\s-1SSL\s0 Session Data Management.
  351. .IP "\fBsmime\fR" 4
  352. .IX Item "smime"
  353. S/MIME mail processing.
  354. .IP "\fBspeed\fR" 4
  355. .IX Item "speed"
  356. Algorithm Speed Measurement.
  357. .IP "\fBspkac\fR" 4
  358. .IX Item "spkac"
  359. \&\s-1SPKAC\s0 printing and generating command.
  360. .IP "\fBsrp\fR" 4
  361. .IX Item "srp"
  362. Maintain \s-1SRP\s0 password file. This command is deprecated.
  363. .IP "\fBstoreutl\fR" 4
  364. .IX Item "storeutl"
  365. Command to list and display certificates, keys, CRLs, etc.
  366. .IP "\fBts\fR" 4
  367. .IX Item "ts"
  368. Time Stamping Authority command.
  369. .IP "\fBverify\fR" 4
  370. .IX Item "verify"
  371. X.509 Certificate Verification.
  372. See also the \fBopenssl\-verification\-options\fR\|(1) manual page.
  373. .IP "\fBversion\fR" 4
  374. .IX Item "version"
  375. OpenSSL Version Information.
  376. .IP "\fBx509\fR" 4
  377. .IX Item "x509"
  378. X.509 Certificate Data Management.
  379. .SS "Message Digest Commands"
  380. .IX Subsection "Message Digest Commands"
  381. .IP "\fBblake2b512\fR" 4
  382. .IX Item "blake2b512"
  383. BLAKE2b\-512 Digest
  384. .IP "\fBblake2s256\fR" 4
  385. .IX Item "blake2s256"
  386. BLAKE2s\-256 Digest
  387. .IP "\fBmd2\fR" 4
  388. .IX Item "md2"
  389. \&\s-1MD2\s0 Digest
  390. .IP "\fBmd4\fR" 4
  391. .IX Item "md4"
  392. \&\s-1MD4\s0 Digest
  393. .IP "\fBmd5\fR" 4
  394. .IX Item "md5"
  395. \&\s-1MD5\s0 Digest
  396. .IP "\fBmdc2\fR" 4
  397. .IX Item "mdc2"
  398. \&\s-1MDC2\s0 Digest
  399. .IP "\fBrmd160\fR" 4
  400. .IX Item "rmd160"
  401. \&\s-1RMD\-160\s0 Digest
  402. .IP "\fBsha1\fR" 4
  403. .IX Item "sha1"
  404. \&\s-1SHA\-1\s0 Digest
  405. .IP "\fBsha224\fR" 4
  406. .IX Item "sha224"
  407. \&\s-1SHA\-2 224\s0 Digest
  408. .IP "\fBsha256\fR" 4
  409. .IX Item "sha256"
  410. \&\s-1SHA\-2 256\s0 Digest
  411. .IP "\fBsha384\fR" 4
  412. .IX Item "sha384"
  413. \&\s-1SHA\-2 384\s0 Digest
  414. .IP "\fBsha512\fR" 4
  415. .IX Item "sha512"
  416. \&\s-1SHA\-2 512\s0 Digest
  417. .IP "\fBsha3\-224\fR" 4
  418. .IX Item "sha3-224"
  419. \&\s-1SHA\-3 224\s0 Digest
  420. .IP "\fBsha3\-256\fR" 4
  421. .IX Item "sha3-256"
  422. \&\s-1SHA\-3 256\s0 Digest
  423. .IP "\fBsha3\-384\fR" 4
  424. .IX Item "sha3-384"
  425. \&\s-1SHA\-3 384\s0 Digest
  426. .IP "\fBsha3\-512\fR" 4
  427. .IX Item "sha3-512"
  428. \&\s-1SHA\-3 512\s0 Digest
  429. .IP "\fBkeccak\-224\fR" 4
  430. .IX Item "keccak-224"
  431. \&\s-1KECCAK 224\s0 Digest
  432. .IP "\fBkeccak\-256\fR" 4
  433. .IX Item "keccak-256"
  434. \&\s-1KECCAK 256\s0 Digest
  435. .IP "\fBkeccak\-384\fR" 4
  436. .IX Item "keccak-384"
  437. \&\s-1KECCAK 384\s0 Digest
  438. .IP "\fBkeccak\-512\fR" 4
  439. .IX Item "keccak-512"
  440. \&\s-1KECCAK 512\s0 Digest
  441. .IP "\fBshake128\fR" 4
  442. .IX Item "shake128"
  443. \&\s-1SHA\-3 SHAKE128\s0 Digest
  444. .IP "\fBshake256\fR" 4
  445. .IX Item "shake256"
  446. \&\s-1SHA\-3 SHAKE256\s0 Digest
  447. .IP "\fBsm3\fR" 4
  448. .IX Item "sm3"
  449. \&\s-1SM3\s0 Digest
  450. .SS "Encryption, Decryption, and Encoding Commands"
  451. .IX Subsection "Encryption, Decryption, and Encoding Commands"
  452. The following aliases provide convenient access to the most used encodings
  453. and ciphers.
  454. .PP
  455. Depending on how OpenSSL was configured and built, not all ciphers listed
  456. here may be present. See \fBopenssl\-enc\fR\|(1) for more information.
  457. .IP "\fBaes128\fR, \fBaes\-128\-cbc\fR, \fBaes\-128\-cfb\fR, \fBaes\-128\-ctr\fR, \fBaes\-128\-ecb\fR, \fBaes\-128\-ofb\fR" 4
  458. .IX Item "aes128, aes-128-cbc, aes-128-cfb, aes-128-ctr, aes-128-ecb, aes-128-ofb"
  459. \&\s-1AES\-128\s0 Cipher
  460. .IP "\fBaes192\fR, \fBaes\-192\-cbc\fR, \fBaes\-192\-cfb\fR, \fBaes\-192\-ctr\fR, \fBaes\-192\-ecb\fR, \fBaes\-192\-ofb\fR" 4
  461. .IX Item "aes192, aes-192-cbc, aes-192-cfb, aes-192-ctr, aes-192-ecb, aes-192-ofb"
  462. \&\s-1AES\-192\s0 Cipher
  463. .IP "\fBaes256\fR, \fBaes\-256\-cbc\fR, \fBaes\-256\-cfb\fR, \fBaes\-256\-ctr\fR, \fBaes\-256\-ecb\fR, \fBaes\-256\-ofb\fR" 4
  464. .IX Item "aes256, aes-256-cbc, aes-256-cfb, aes-256-ctr, aes-256-ecb, aes-256-ofb"
  465. \&\s-1AES\-256\s0 Cipher
  466. .IP "\fBaria128\fR, \fBaria\-128\-cbc\fR, \fBaria\-128\-cfb\fR, \fBaria\-128\-ctr\fR, \fBaria\-128\-ecb\fR, \fBaria\-128\-ofb\fR" 4
  467. .IX Item "aria128, aria-128-cbc, aria-128-cfb, aria-128-ctr, aria-128-ecb, aria-128-ofb"
  468. Aria\-128 Cipher
  469. .IP "\fBaria192\fR, \fBaria\-192\-cbc\fR, \fBaria\-192\-cfb\fR, \fBaria\-192\-ctr\fR, \fBaria\-192\-ecb\fR, \fBaria\-192\-ofb\fR" 4
  470. .IX Item "aria192, aria-192-cbc, aria-192-cfb, aria-192-ctr, aria-192-ecb, aria-192-ofb"
  471. Aria\-192 Cipher
  472. .IP "\fBaria256\fR, \fBaria\-256\-cbc\fR, \fBaria\-256\-cfb\fR, \fBaria\-256\-ctr\fR, \fBaria\-256\-ecb\fR, \fBaria\-256\-ofb\fR" 4
  473. .IX Item "aria256, aria-256-cbc, aria-256-cfb, aria-256-ctr, aria-256-ecb, aria-256-ofb"
  474. Aria\-256 Cipher
  475. .IP "\fBbase64\fR" 4
  476. .IX Item "base64"
  477. Base64 Encoding
  478. .IP "\fBbf\fR, \fBbf-cbc\fR, \fBbf-cfb\fR, \fBbf-ecb\fR, \fBbf-ofb\fR" 4
  479. .IX Item "bf, bf-cbc, bf-cfb, bf-ecb, bf-ofb"
  480. Blowfish Cipher
  481. .IP "\fBcamellia128\fR, \fBcamellia\-128\-cbc\fR, \fBcamellia\-128\-cfb\fR, \fBcamellia\-128\-ctr\fR, \fBcamellia\-128\-ecb\fR, \fBcamellia\-128\-ofb\fR" 4
  482. .IX Item "camellia128, camellia-128-cbc, camellia-128-cfb, camellia-128-ctr, camellia-128-ecb, camellia-128-ofb"
  483. Camellia\-128 Cipher
  484. .IP "\fBcamellia192\fR, \fBcamellia\-192\-cbc\fR, \fBcamellia\-192\-cfb\fR, \fBcamellia\-192\-ctr\fR, \fBcamellia\-192\-ecb\fR, \fBcamellia\-192\-ofb\fR" 4
  485. .IX Item "camellia192, camellia-192-cbc, camellia-192-cfb, camellia-192-ctr, camellia-192-ecb, camellia-192-ofb"
  486. Camellia\-192 Cipher
  487. .IP "\fBcamellia256\fR, \fBcamellia\-256\-cbc\fR, \fBcamellia\-256\-cfb\fR, \fBcamellia\-256\-ctr\fR, \fBcamellia\-256\-ecb\fR, \fBcamellia\-256\-ofb\fR" 4
  488. .IX Item "camellia256, camellia-256-cbc, camellia-256-cfb, camellia-256-ctr, camellia-256-ecb, camellia-256-ofb"
  489. Camellia\-256 Cipher
  490. .IP "\fBcast\fR, \fBcast-cbc\fR" 4
  491. .IX Item "cast, cast-cbc"
  492. \&\s-1CAST\s0 Cipher
  493. .IP "\fBcast5\-cbc\fR, \fBcast5\-cfb\fR, \fBcast5\-ecb\fR, \fBcast5\-ofb\fR" 4
  494. .IX Item "cast5-cbc, cast5-cfb, cast5-ecb, cast5-ofb"
  495. \&\s-1CAST5\s0 Cipher
  496. .IP "\fBchacha20\fR" 4
  497. .IX Item "chacha20"
  498. Chacha20 Cipher
  499. .IP "\fBdes\fR, \fBdes-cbc\fR, \fBdes-cfb\fR, \fBdes-ecb\fR, \fBdes-ede\fR, \fBdes-ede-cbc\fR, \fBdes-ede-cfb\fR, \fBdes-ede-ofb\fR, \fBdes-ofb\fR" 4
  500. .IX Item "des, des-cbc, des-cfb, des-ecb, des-ede, des-ede-cbc, des-ede-cfb, des-ede-ofb, des-ofb"
  501. \&\s-1DES\s0 Cipher
  502. .IP "\fBdes3\fR, \fBdesx\fR, \fBdes\-ede3\fR, \fBdes\-ede3\-cbc\fR, \fBdes\-ede3\-cfb\fR, \fBdes\-ede3\-ofb\fR" 4
  503. .IX Item "des3, desx, des-ede3, des-ede3-cbc, des-ede3-cfb, des-ede3-ofb"
  504. Triple-DES Cipher
  505. .IP "\fBidea\fR, \fBidea-cbc\fR, \fBidea-cfb\fR, \fBidea-ecb\fR, \fBidea-ofb\fR" 4
  506. .IX Item "idea, idea-cbc, idea-cfb, idea-ecb, idea-ofb"
  507. \&\s-1IDEA\s0 Cipher
  508. .IP "\fBrc2\fR, \fBrc2\-cbc\fR, \fBrc2\-cfb\fR, \fBrc2\-ecb\fR, \fBrc2\-ofb\fR" 4
  509. .IX Item "rc2, rc2-cbc, rc2-cfb, rc2-ecb, rc2-ofb"
  510. \&\s-1RC2\s0 Cipher
  511. .IP "\fBrc4\fR" 4
  512. .IX Item "rc4"
  513. \&\s-1RC4\s0 Cipher
  514. .IP "\fBrc5\fR, \fBrc5\-cbc\fR, \fBrc5\-cfb\fR, \fBrc5\-ecb\fR, \fBrc5\-ofb\fR" 4
  515. .IX Item "rc5, rc5-cbc, rc5-cfb, rc5-ecb, rc5-ofb"
  516. \&\s-1RC5\s0 Cipher
  517. .IP "\fBseed\fR, \fBseed-cbc\fR, \fBseed-cfb\fR, \fBseed-ecb\fR, \fBseed-ofb\fR" 4
  518. .IX Item "seed, seed-cbc, seed-cfb, seed-ecb, seed-ofb"
  519. \&\s-1SEED\s0 Cipher
  520. .IP "\fBsm4\fR, \fBsm4\-cbc\fR, \fBsm4\-cfb\fR, \fBsm4\-ctr\fR, \fBsm4\-ecb\fR, \fBsm4\-ofb\fR" 4
  521. .IX Item "sm4, sm4-cbc, sm4-cfb, sm4-ctr, sm4-ecb, sm4-ofb"
  522. \&\s-1SM4\s0 Cipher
  523. .SH "OPTIONS"
  524. .IX Header "OPTIONS"
  525. Details of which options are available depend on the specific command.
  526. This section describes some common options with common behavior.
  527. .SS "Program Options"
  528. .IX Subsection "Program Options"
  529. These options can be specified without a command specified to get help
  530. or version information.
  531. .IP "\fB\-help\fR" 4
  532. .IX Item "-help"
  533. Provides a terse summary of all options.
  534. For more detailed information, each command supports a \fB\-help\fR option.
  535. Accepts \fB\-\-help\fR as well.
  536. .IP "\fB\-version\fR" 4
  537. .IX Item "-version"
  538. Provides a terse summary of the \fBopenssl\fR program version.
  539. For more detailed information see \fBopenssl\-version\fR\|(1).
  540. Accepts \fB\-\-version\fR as well.
  541. .SS "Common Options"
  542. .IX Subsection "Common Options"
  543. .IP "\fB\-help\fR" 4
  544. .IX Item "-help"
  545. If an option takes an argument, the \*(L"type\*(R" of argument is also given.
  546. .IP "\fB\-\-\fR" 4
  547. .IX Item "--"
  548. This terminates the list of options. It is mostly useful if any filename
  549. parameters start with a minus sign:
  550. .Sp
  551. .Vb 1
  552. \& openssl verify [flags...] \-\- \-cert1.pem...
  553. .Ve
  554. .SS "Format Options"
  555. .IX Subsection "Format Options"
  556. See \fBopenssl\-format\-options\fR\|(1) for manual page.
  557. .SS "Pass Phrase Options"
  558. .IX Subsection "Pass Phrase Options"
  559. See the \fBopenssl\-passphrase\-options\fR\|(1) manual page.
  560. .SS "Random State Options"
  561. .IX Subsection "Random State Options"
  562. Prior to OpenSSL 1.1.1, it was common for applications to store information
  563. about the state of the random-number generator in a file that was loaded
  564. at startup and rewritten upon exit. On modern operating systems, this is
  565. generally no longer necessary as OpenSSL will seed itself from a trusted
  566. entropy source provided by the operating system. These flags are still
  567. supported for special platforms or circumstances that might require them.
  568. .PP
  569. It is generally an error to use the same seed file more than once and
  570. every use of \fB\-rand\fR should be paired with \fB\-writerand\fR.
  571. .IP "\fB\-rand\fR \fIfiles\fR" 4
  572. .IX Item "-rand files"
  573. A file or files containing random data used to seed the random number
  574. generator.
  575. Multiple files can be specified separated by an OS-dependent character.
  576. The separator is \f(CW\*(C`;\*(C'\fR for MS-Windows, \f(CW\*(C`,\*(C'\fR for OpenVMS, and \f(CW\*(C`:\*(C'\fR for
  577. all others. Another way to specify multiple files is to repeat this flag
  578. with different filenames.
  579. .IP "\fB\-writerand\fR \fIfile\fR" 4
  580. .IX Item "-writerand file"
  581. Writes the seed data to the specified \fIfile\fR upon exit.
  582. This file can be used in a subsequent command invocation.
  583. .SS "Certificate Verification Options"
  584. .IX Subsection "Certificate Verification Options"
  585. See the \fBopenssl\-verification\-options\fR\|(1) manual page.
  586. .SS "Name Format Options"
  587. .IX Subsection "Name Format Options"
  588. See the \fBopenssl\-namedisplay\-options\fR\|(1) manual page.
  589. .SS "\s-1TLS\s0 Version Options"
  590. .IX Subsection "TLS Version Options"
  591. Several commands use \s-1SSL, TLS,\s0 or \s-1DTLS.\s0 By default, the commands use \s-1TLS\s0 and
  592. clients will offer the lowest and highest protocol version they support,
  593. and servers will pick the highest version that the client offers that is also
  594. supported by the server.
  595. .PP
  596. The options below can be used to limit which protocol versions are used,
  597. and whether \s-1TCP\s0 (\s-1SSL\s0 and \s-1TLS\s0) or \s-1UDP\s0 (\s-1DTLS\s0) is used.
  598. Note that not all protocols and flags may be available, depending on how
  599. OpenSSL was built.
  600. .IP "\fB\-ssl3\fR, \fB\-tls1\fR, \fB\-tls1_1\fR, \fB\-tls1_2\fR, \fB\-tls1_3\fR, \fB\-no_ssl3\fR, \fB\-no_tls1\fR, \fB\-no_tls1_1\fR, \fB\-no_tls1_2\fR, \fB\-no_tls1_3\fR" 4
  601. .IX Item "-ssl3, -tls1, -tls1_1, -tls1_2, -tls1_3, -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1_3"
  602. These options require or disable the use of the specified \s-1SSL\s0 or \s-1TLS\s0 protocols.
  603. When a specific \s-1TLS\s0 version is required, only that version will be offered or
  604. accepted.
  605. Only one specific protocol can be given and it cannot be combined with any of
  606. the \fBno_\fR options.
  607. The \fBno_*\fR options do not work with \fBs_time\fR and \fBciphers\fR commands but work with
  608. \&\fBs_client\fR and \fBs_server\fR commands.
  609. .IP "\fB\-dtls\fR, \fB\-dtls1\fR, \fB\-dtls1_2\fR" 4
  610. .IX Item "-dtls, -dtls1, -dtls1_2"
  611. These options specify to use \s-1DTLS\s0 instead of \s-1TLS.\s0
  612. With \fB\-dtls\fR, clients will negotiate any supported \s-1DTLS\s0 protocol version.
  613. Use the \fB\-dtls1\fR or \fB\-dtls1_2\fR options to support only \s-1DTLS1.0\s0 or \s-1DTLS1.2,\s0
  614. respectively.
  615. .SS "Engine Options"
  616. .IX Subsection "Engine Options"
  617. .IP "\fB\-engine\fR \fIid\fR" 4
  618. .IX Item "-engine id"
  619. Load the engine identified by \fIid\fR and use all the methods it implements
  620. (algorithms, key storage, etc.), unless specified otherwise in the
  621. command-specific documentation or it is configured to do so, as described in
  622. \&\*(L"Engine Configuration\*(R" in \fBconfig\fR\|(5).
  623. .Sp
  624. The engine will be used for key ids specified with \fB\-key\fR and similar
  625. options when an option like \fB\-keyform engine\fR is given.
  626. .Sp
  627. A special case is the \f(CW\*(C`loader_attic\*(C'\fR engine, which
  628. is meant just for internal OpenSSL testing purposes and
  629. supports loading keys, parameters, certificates, and CRLs from files.
  630. When this engine is used, files with such credentials are read via this engine.
  631. Using the \f(CW\*(C`file:\*(C'\fR schema is optional; a plain file (path) name will do.
  632. .PP
  633. Options specifying keys, like \fB\-key\fR and similar, can use the generic
  634. OpenSSL engine key loading \s-1URI\s0 scheme \f(CW\*(C`org.openssl.engine:\*(C'\fR to retrieve
  635. private keys and public keys. The \s-1URI\s0 syntax is as follows, in simplified
  636. form:
  637. .PP
  638. .Vb 1
  639. \& org.openssl.engine:{engineid}:{keyid}
  640. .Ve
  641. .PP
  642. Where \f(CW\*(C`{engineid}\*(C'\fR is the identity/name of the engine, and \f(CW\*(C`{keyid}\*(C'\fR is a
  643. key identifier that's acceptable by that engine. For example, when using an
  644. engine that interfaces against a PKCS#11 implementation, the generic key \s-1URI\s0
  645. would be something like this (this happens to be an example for the PKCS#11
  646. engine that's part of OpenSC):
  647. .PP
  648. .Vb 1
  649. \& \-key org.openssl.engine:pkcs11:label_some\-private\-key
  650. .Ve
  651. .PP
  652. As a third possibility, for engines and providers that have implemented
  653. their own \s-1\fBOSSL_STORE_LOADER\s0\fR\|(3), \f(CW\*(C`org.openssl.engine:\*(C'\fR should not be
  654. necessary. For a PKCS#11 implementation that has implemented such a loader,
  655. the PKCS#11 \s-1URI\s0 as defined in \s-1RFC 7512\s0 should be possible to use directly:
  656. .PP
  657. .Vb 1
  658. \& \-key pkcs11:object=some\-private\-key;pin\-value=1234
  659. .Ve
  660. .SS "Provider Options"
  661. .IX Subsection "Provider Options"
  662. .IP "\fB\-provider\fR \fIname\fR" 4
  663. .IX Item "-provider name"
  664. Load and initialize the provider identified by \fIname\fR. The \fIname\fR
  665. can be also a path to the provider module. In that case the provider name
  666. will be the specified path and not just the provider module name.
  667. Interpretation of relative paths is platform specific. The configured
  668. \&\*(L"\s-1MODULESDIR\*(R"\s0 path, \fB\s-1OPENSSL_MODULES\s0\fR environment variable, or the path
  669. specified by \fB\-provider\-path\fR is prepended to relative paths.
  670. See \fBprovider\fR\|(7) for a more detailed description.
  671. .IP "\fB\-provider\-path\fR \fIpath\fR" 4
  672. .IX Item "-provider-path path"
  673. Specifies the search path that is to be used for looking for providers.
  674. Equivalently, the \fB\s-1OPENSSL_MODULES\s0\fR environment variable may be set.
  675. .IP "\fB\-propquery\fR \fIpropq\fR" 4
  676. .IX Item "-propquery propq"
  677. Specifies the \fIproperty query clause\fR to be used when fetching algorithms
  678. from the loaded providers.
  679. See \fBproperty\fR\|(7) for a more detailed description.
  680. .SH "ENVIRONMENT"
  681. .IX Header "ENVIRONMENT"
  682. The OpenSSL library can be take some configuration parameters from the
  683. environment. Some of these variables are listed below. For information
  684. about specific commands, see \fBopenssl\-engine\fR\|(1),
  685. \&\fBopenssl\-rehash\fR\|(1), and \fBtsget\fR\|(1).
  686. .PP
  687. For information about the use of environment variables in configuration,
  688. see \*(L"\s-1ENVIRONMENT\*(R"\s0 in \fBconfig\fR\|(5).
  689. .PP
  690. For information about querying or specifying \s-1CPU\s0 architecture flags, see
  691. \&\fBOPENSSL_ia32cap\fR\|(3), and \fBOPENSSL_s390xcap\fR\|(3).
  692. .PP
  693. For information about all environment variables used by the OpenSSL libraries,
  694. see \fBopenssl\-env\fR\|(7).
  695. .IP "\fBOPENSSL_TRACE=\fR\fIname\fR[,...]" 4
  696. .IX Item "OPENSSL_TRACE=name[,...]"
  697. Enable tracing output of OpenSSL library, by name.
  698. This output will only make sense if you know OpenSSL internals well.
  699. Also, it might not give you any output at all
  700. if OpenSSL was built without tracing support.
  701. .Sp
  702. The value is a comma separated list of names, with the following
  703. available:
  704. .RS 4
  705. .IP "\fB\s-1TRACE\s0\fR" 4
  706. .IX Item "TRACE"
  707. Traces the OpenSSL trace \s-1API\s0 itself.
  708. .IP "\fB\s-1INIT\s0\fR" 4
  709. .IX Item "INIT"
  710. Traces OpenSSL library initialization and cleanup.
  711. .IP "\fB\s-1TLS\s0\fR" 4
  712. .IX Item "TLS"
  713. Traces the \s-1TLS/SSL\s0 protocol.
  714. .IP "\fB\s-1TLS_CIPHER\s0\fR" 4
  715. .IX Item "TLS_CIPHER"
  716. Traces the ciphers used by the \s-1TLS/SSL\s0 protocol.
  717. .IP "\fB\s-1CONF\s0\fR" 4
  718. .IX Item "CONF"
  719. Show details about provider and engine configuration.
  720. .IP "\fB\s-1ENGINE_TABLE\s0\fR" 4
  721. .IX Item "ENGINE_TABLE"
  722. The function that is used by \s-1RSA, DSA\s0 (etc) code to select registered
  723. ENGINEs, cache defaults and functional references (etc), will generate
  724. debugging summaries.
  725. .IP "\fB\s-1ENGINE_REF_COUNT\s0\fR" 4
  726. .IX Item "ENGINE_REF_COUNT"
  727. Reference counts in the \s-1ENGINE\s0 structure will be monitored with a line
  728. of generated for each change.
  729. .IP "\fB\s-1PKCS5V2\s0\fR" 4
  730. .IX Item "PKCS5V2"
  731. Traces PKCS#5 v2 key generation.
  732. .IP "\fB\s-1PKCS12_KEYGEN\s0\fR" 4
  733. .IX Item "PKCS12_KEYGEN"
  734. Traces PKCS#12 key generation.
  735. .IP "\fB\s-1PKCS12_DECRYPT\s0\fR" 4
  736. .IX Item "PKCS12_DECRYPT"
  737. Traces PKCS#12 decryption.
  738. .IP "\fBX509V3_POLICY\fR" 4
  739. .IX Item "X509V3_POLICY"
  740. Generates the complete policy tree at various points during X.509 v3
  741. policy evaluation.
  742. .IP "\fB\s-1BN_CTX\s0\fR" 4
  743. .IX Item "BN_CTX"
  744. Traces \s-1BIGNUM\s0 context operations.
  745. .IP "\fB\s-1CMP\s0\fR" 4
  746. .IX Item "CMP"
  747. Traces \s-1CMP\s0 client and server activity.
  748. .IP "\fB\s-1STORE\s0\fR" 4
  749. .IX Item "STORE"
  750. Traces \s-1STORE\s0 operations.
  751. .IP "\fB\s-1DECODER\s0\fR" 4
  752. .IX Item "DECODER"
  753. Traces decoder operations.
  754. .IP "\fB\s-1ENCODER\s0\fR" 4
  755. .IX Item "ENCODER"
  756. Traces encoder operations.
  757. .IP "\fB\s-1REF_COUNT\s0\fR" 4
  758. .IX Item "REF_COUNT"
  759. Traces decrementing certain \s-1ASN.1\s0 structure references.
  760. .IP "\fB\s-1HTTP\s0\fR" 4
  761. .IX Item "HTTP"
  762. Traces the \s-1HTTP\s0 client and server, such as messages being sent and received.
  763. .RE
  764. .RS 4
  765. .RE
  766. .SH "SEE ALSO"
  767. .IX Header "SEE ALSO"
  768. \&\fBopenssl\-asn1parse\fR\|(1),
  769. \&\fBopenssl\-ca\fR\|(1),
  770. \&\fBopenssl\-ciphers\fR\|(1),
  771. \&\fBopenssl\-cms\fR\|(1),
  772. \&\fBopenssl\-crl\fR\|(1),
  773. \&\fBopenssl\-crl2pkcs7\fR\|(1),
  774. \&\fBopenssl\-dgst\fR\|(1),
  775. \&\fBopenssl\-dhparam\fR\|(1),
  776. \&\fBopenssl\-dsa\fR\|(1),
  777. \&\fBopenssl\-dsaparam\fR\|(1),
  778. \&\fBopenssl\-ec\fR\|(1),
  779. \&\fBopenssl\-ecparam\fR\|(1),
  780. \&\fBopenssl\-enc\fR\|(1),
  781. \&\fBopenssl\-engine\fR\|(1),
  782. \&\fBopenssl\-errstr\fR\|(1),
  783. \&\fBopenssl\-gendsa\fR\|(1),
  784. \&\fBopenssl\-genpkey\fR\|(1),
  785. \&\fBopenssl\-genrsa\fR\|(1),
  786. \&\fBopenssl\-kdf\fR\|(1),
  787. \&\fBopenssl\-list\fR\|(1),
  788. \&\fBopenssl\-mac\fR\|(1),
  789. \&\fBopenssl\-nseq\fR\|(1),
  790. \&\fBopenssl\-ocsp\fR\|(1),
  791. \&\fBopenssl\-passwd\fR\|(1),
  792. \&\fBopenssl\-pkcs12\fR\|(1),
  793. \&\fBopenssl\-pkcs7\fR\|(1),
  794. \&\fBopenssl\-pkcs8\fR\|(1),
  795. \&\fBopenssl\-pkey\fR\|(1),
  796. \&\fBopenssl\-pkeyparam\fR\|(1),
  797. \&\fBopenssl\-pkeyutl\fR\|(1),
  798. \&\fBopenssl\-prime\fR\|(1),
  799. \&\fBopenssl\-rand\fR\|(1),
  800. \&\fBopenssl\-rehash\fR\|(1),
  801. \&\fBopenssl\-req\fR\|(1),
  802. \&\fBopenssl\-rsa\fR\|(1),
  803. \&\fBopenssl\-rsautl\fR\|(1),
  804. \&\fBopenssl\-s_client\fR\|(1),
  805. \&\fBopenssl\-s_server\fR\|(1),
  806. \&\fBopenssl\-s_time\fR\|(1),
  807. \&\fBopenssl\-sess_id\fR\|(1),
  808. \&\fBopenssl\-smime\fR\|(1),
  809. \&\fBopenssl\-speed\fR\|(1),
  810. \&\fBopenssl\-spkac\fR\|(1),
  811. \&\fBopenssl\-srp\fR\|(1),
  812. \&\fBopenssl\-storeutl\fR\|(1),
  813. \&\fBopenssl\-ts\fR\|(1),
  814. \&\fBopenssl\-verify\fR\|(1),
  815. \&\fBopenssl\-version\fR\|(1),
  816. \&\fBopenssl\-x509\fR\|(1),
  817. \&\fBconfig\fR\|(5),
  818. \&\fBcrypto\fR\|(7),
  819. \&\fBopenssl\-env\fR\|(7).
  820. \&\fBssl\fR\|(7),
  821. \&\fBx509v3_config\fR\|(5)
  822. .SH "HISTORY"
  823. .IX Header "HISTORY"
  824. The \fBlist\fR \-\fI\s-1XXX\s0\fR\fB\-algorithms\fR options were added in OpenSSL 1.0.0;
  825. For notes on the availability of other commands, see their individual
  826. manual pages.
  827. .PP
  828. The \fB\-issuer_checks\fR option is deprecated as of OpenSSL 1.1.0 and
  829. is silently ignored.
  830. .PP
  831. The \fB\-xcertform\fR and \fB\-xkeyform\fR options
  832. are obsolete since OpenSSL 3.0 and have no effect.
  833. .PP
  834. The interactive mode, which could be invoked by running \f(CW\*(C`openssl\*(C'\fR
  835. with no further arguments, was removed in OpenSSL 3.0, and running
  836. that program with no arguments is now equivalent to \f(CW\*(C`openssl help\*(C'\fR.
  837. .SH "COPYRIGHT"
  838. .IX Header "COPYRIGHT"
  839. Copyright 2000\-2023 The OpenSSL Project Authors. All Rights Reserved.
  840. .PP
  841. Licensed under the Apache License 2.0 (the \*(L"License\*(R"). You may not use
  842. this file except in compliance with the License. You can obtain a copy
  843. in the file \s-1LICENSE\s0 in the source distribution or at
  844. <https://www.openssl.org/source/license.html>.