Lines Matching full:configuration
140 config \- OpenSSL CONF library configuration files
143 This page documents the syntax of OpenSSL configuration files,
148 The first part describes the general syntax of the configuration
156 A configuration file is a series of lines. Blank lines, and whitespace
162 Two directives can be used to control the parsing of configuration files:
227 A configuration file is divided into a number of \fIsections\fR. A section
233 The first section of a configuration file is special and is referred to
286 to the configuration file, but are not propagated to the environment.
299 .SH "OPENSSL LIBRARY CONFIGURATION"
300 .IX Header "OPENSSL LIBRARY CONFIGURATION"
305 The OpenSSL configuration looks up the value of \fBopenssl_conf\fR
308 any module in its default configuration. An application can specify a
316 a configuration error will completely prevent access to a service.
317 Without this option and in the presence of a configuration error, access
318 will be allowed but the desired configuration will \fBnot\fR be used.
343 \& ... SSL/TLS configuration properties here ...
355 example above). The examples below assume the configuration above
357 .SS "\s-1ASN.1\s0 Object Identifier Configuration"
358 .IX Subsection "ASN.1 Object Identifier Configuration"
373 If a full configuration with the above fragment is in the file
387 .SS "Provider Configuration"
388 .IX Subsection "Provider Configuration"
390 containing cryptographic provider configuration. The name/value assignments
391 in this section each name a provider, and point to the configuration section
428 .SS "\s-1EVP\s0 Configuration"
429 .IX Subsection "EVP Configuration"
449 .SS "\s-1SSL\s0 Configuration"
450 .IX Subsection "SSL Configuration"
454 section with the configuration for that name. For example:
463 \& ... configuration for SSL/TLS servers ...
466 \& ... configuration for SSL/TLS clients ...
469 The configuration name \fBsystem_default\fR has a special meaning. If it
483 Each configuration section consists of name/value pairs that are parsed
486 dot in the configuration section are ignored, so that the same command can
495 .SS "Engine Configuration"
496 .IX Subsection "Engine Configuration"
500 with the configuration for that engine.
553 .SS "Random Configuration"
554 .IX Subsection "Random Configuration"
690 configuration files using that syntax will have to be modified.