Lines Matching +full:sub +full:- +full:engines
5 config - OpenSSL CONF library configuration files
26 is the first non-space character in a line, the entire line is ignored.
45 available on systems with POSIX IO support.) Any sub-directories found
76 B<true> or B<on>, then C<foo$bar> is a single seven-character name and
121 In order to support this, commands like L<openssl-req(1)> ignore any
187 engines = engines
202 [engines]
231 OPENSSL_CONF=example.cnf openssl asn1parse -genstr OID:1.2.3.4.1
244 for that provider. The provider-specific section is used to specify how
273 All parameters in the section as well as sub-sections are made
279 See L<OSSL_PROVIDER-default(7)> for more details.
331 to impose system-wide minimum TLS and DTLS protocol versions:
337 The minimum TLS protocol is applied to B<SSL_CTX> objects that are TLS-based,
338 and the minimum DTLS protocol to those are DTLS-based.
349 RSA.Certificate = server-rsa.pem
350 ECDSA.Certificate = server-ecdsa.pem
354 The name B<engines> in the initialization section names the section
358 The engine-specific section is used to specify how to load the engine,
368 specified in the list of engines. If present, it must be first.
371 [engines]
406 [engines]
430 random = CTR-DRBG
436 =item B<CTR-DRBG>
438 =item B<HASH-DRBG>
440 =item B<HMAC-DRBG>
446 This specifies what cipher a B<CTR-DRBG> random bit generator will use.
448 The default value is B<AES-256-CTR>.
452 This specifies what digest the B<HASH-DRBG> or B<HMAC-DRBG> random bit
462 This sets the randomness source that should be used. By default B<SEED-SRC>
525 Ignored in set-user-ID and set-group-ID programs.
529 The path to the engines directory.
530 Ignored in set-user-ID and set-group-ID programs.
535 Ignored in set-user-ID and set-group-ID programs.
560 could be used in pathnames, only the double-quote character was recognized,
561 and comments began with a semi-colon.
567 L<openssl-x509(1)>, L<openssl-req(1)>, L<openssl-ca(1)>,
568 L<openssl-fipsinstall(1)>,
578 Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.