• Home
  • Raw
  • Download

Lines Matching refs:B

9 B<openssl>
14 B<openssl> B<list> [ B<standard-commands> | B<digest-commands> | B<cipher-commands> | B<cipher-algo…
16 B<openssl> B<no->I<XXX> [ I<arbitrary options> ]
24 The B<openssl> program is a command line tool for using the various
25 cryptography functions of OpenSSL's B<crypto> library from the shell.
39 The B<openssl> program provides a rich variety of commands (I<command> in the
47 arguments and have a B<-config> option to specify that file.
48 The environment variable B<OPENSSL_CONF> can be used to specify
51 B<openssl.cnf> in the default certificate storage area, whose value
55 The list parameters B<standard-commands>, B<digest-commands>,
56 and B<cipher-commands> output a list (one entry per line) of the names
58 respectively, that are available in the present B<openssl> utility.
60 The list parameters B<cipher-algorithms> and
61 B<digest-algorithms> list all cipher and message digest names, one entry per line. Aliases are list…
65 The list parameter B<public-key-algorithms> lists all supported public
68 The command B<no->I<XXX> tests whether a command of the
70 returns 0 (success) and prints B<no->I<XXX>; otherwise it returns 1
71 and prints I<XXX>. In both cases, the output goes to B<stdout> and
72 nothing is printed to B<stderr>. Additional command line arguments
75 availability of ciphers in the B<openssl> program. (B<no->I<XXX> is
76 not able to detect pseudo-commands such as B<quit>,
77 B<list>, or B<no->I<XXX> itself.)
83 =item B<asn1parse>
87 =item B<ca>
91 =item B<ciphers>
95 =item B<cms>
99 =item B<crl>
103 =item B<crl2pkcs7>
107 =item B<dgst>
111 =item B<dh>
116 =item B<dhparam>
121 =item B<dsa>
125 =item B<dsaparam>
130 =item B<ec>
134 =item B<ecparam>
138 =item B<enc>
142 =item B<engine>
146 =item B<errstr>
150 =item B<gendh>
155 =item B<gendsa>
160 =item B<genpkey>
164 =item B<genrsa>
168 =item B<nseq>
172 =item B<ocsp>
176 =item B<passwd>
180 =item B<pkcs12>
184 =item B<pkcs7>
188 =item B<pkcs8>
192 =item B<pkey>
196 =item B<pkeyparam>
200 =item B<pkeyutl>
204 =item B<prime>
208 =item B<rand>
212 =item B<rehash>
216 =item B<req>
220 =item B<rsa>
224 =item B<rsautl>
229 =item B<s_client>
234 internally uses mostly all functionality of the OpenSSL B<ssl> library.
236 =item B<s_server>
241 functionality of the OpenSSL B<ssl> library. It provides both an own command
245 =item B<s_time>
249 =item B<sess_id>
253 =item B<smime>
257 =item B<speed>
261 =item B<spkac>
265 =item B<srp>
269 =item B<storeutl>
273 =item B<ts>
277 =item B<verify>
281 =item B<version>
285 =item B<x509>
295 =item B<blake2b512>
299 =item B<blake2s256>
303 =item B<md2>
307 =item B<md4>
311 =item B<md5>
315 =item B<mdc2>
319 =item B<rmd160>
323 =item B<sha1>
327 =item B<sha224>
331 =item B<sha256>
335 =item B<sha384>
339 =item B<sha512>
343 =item B<sha3-224>
347 =item B<sha3-256>
351 =item B<sha3-384>
355 =item B<sha3-512>
359 =item B<shake128>
363 =item B<shake256>
367 =item B<sm3>
383 =item B<aes128>, B<aes-128-cbc>, B<aes-128-cfb>, B<aes-128-ctr>, B<aes-128-ecb>, B<aes-128-ofb>
387 =item B<aes192>, B<aes-192-cbc>, B<aes-192-cfb>, B<aes-192-ctr>, B<aes-192-ecb>, B<aes-192-ofb>
391 =item B<aes256>, B<aes-256-cbc>, B<aes-256-cfb>, B<aes-256-ctr>, B<aes-256-ecb>, B<aes-256-ofb>
395 =item B<aria128>, B<aria-128-cbc>, B<aria-128-cfb>, B<aria-128-ctr>, B<aria-128-ecb>, B<aria-128-of…
399 =item B<aria192>, B<aria-192-cbc>, B<aria-192-cfb>, B<aria-192-ctr>, B<aria-192-ecb>, B<aria-192-of…
403 =item B<aria256>, B<aria-256-cbc>, B<aria-256-cfb>, B<aria-256-ctr>, B<aria-256-ecb>, B<aria-256-of…
407 =item B<base64>
411 =item B<bf>, B<bf-cbc>, B<bf-cfb>, B<bf-ecb>, B<bf-ofb>
415 =item B<camellia128>, B<camellia-128-cbc>, B<camellia-128-cfb>, B<camellia-128-ctr>, B<camellia-128…
419 =item B<camellia192>, B<camellia-192-cbc>, B<camellia-192-cfb>, B<camellia-192-ctr>, B<camellia-192…
423 =item B<camellia256>, B<camellia-256-cbc>, B<camellia-256-cfb>, B<camellia-256-ctr>, B<camellia-256…
427 =item B<cast>, B<cast-cbc>
431 =item B<cast5-cbc>, B<cast5-cfb>, B<cast5-ecb>, B<cast5-ofb>
435 =item B<chacha20>
439 =item B<des>, B<des-cbc>, B<des-cfb>, B<des-ecb>, B<des-ede>, B<des-ede-cbc>, B<des-ede-cfb>, B<des…
443 =item B<des3>, B<desx>, B<des-ede3>, B<des-ede3-cbc>, B<des-ede3-cfb>, B<des-ede3-ofb>
447 =item B<idea>, B<idea-cbc>, B<idea-cfb>, B<idea-ecb>, B<idea-ofb>
451 =item B<rc2>, B<rc2-cbc>, B<rc2-cfb>, B<rc2-ecb>, B<rc2-ofb>
455 =item B<rc4>
459 =item B<rc5>, B<rc5-cbc>, B<rc5-cfb>, B<rc5-ecb>, B<rc5-ofb>
463 =item B<seed>, B<seed-cbc>, B<seed-cfb>, B<seed-ecb>, B<seed-ofb>
467 =item B<sm4>, B<sm4-cbc>, B<sm4-cfb>, B<sm4-ctr>, B<sm4-ecb>, B<sm4-ofb>
482 =item B<-help>
490 Several commands accept password arguments, typically using B<-passin>
491 and B<-passout> for input and output passwords respectively. These allow
503 =item B<pass:password>
505 The actual password is B<password>. Since the password is visible
509 =item B<env:var>
511 Obtain the password from the environment variable B<var>. Since
515 =item B<file:pathname>
517 The first line of B<pathname> is the password. If the same B<pathname>
518 argument is supplied to B<-passin> and B<-passout> arguments then the first
520 password. B<pathname> need not refer to a regular file: it could for example
523 =item B<fd:number>
525 Read the password from the file descriptor B<number>. This can be used to
528 =item B<stdin>
555 The B<list->I<XXX>B<-algorithms> pseudo-commands were added in OpenSSL 1.0.0;