Lines Matching refs:section

88 A configuration file is divided into a number of I<sections>.  A section
89 begins with the section name in square brackets, and ends when a new
90 section starts, or at the end of the file. The section name can consist
94 The first section of a configuration file is special and is referred to
95 as the B<default> section. This section is usually unnamed and spans from
96 the start of file until the first named section. When a name is being
97 looked up, it is first looked up in the current or named section,
98 and then the default section if necessary.
100 The environment is mapped onto a section called B<ENV>.
102 Within a section are a series of name/value assignments, described in more
106 [ section ]
118 If a name is repeated in the same section, then all but the last
131 inserts the value of the named variable from the current section.
132 To use a value from another section use C<$section::name>
133 or C<${section::name}>.
140 section before the variable is used.
142 Any name/value settings in an B<ENV> section are available
164 in the default section and takes that as the name of a section that specifies
178 # These must be in the default section
209 initialization section" refers to the section identified by the
216 The name B<oid_section> in the initialization section names the section
220 While some OpenSSL commands have their own section for specifying OID's,
221 this section makes them available to all commands and applications.
241 The name B<providers> in the initialization section names the section
243 in this section each name a provider, and point to the configuration section
244 for that provider. The provider-specific section is used to specify how
247 Within a provider section, the following names have meaning:
284 All parameters in the section as well as sub-sections are made
292 If you add a section explicitly activating any other provider(s),
298 The name B<alg_section> in the initialization section names the section
301 Within the algorithm properties section, the following names have meaning:
318 if used, it must be the only name in the section.
324 The name B<ssl_conf> in the initialization section names the section
326 As with the providers, each name in this section identifies a
327 section with the configuration for that name. For example:
352 Each configuration section consists of name/value pairs that are parsed
355 dot in the configuration section are ignored, so that the same command can
365 The name B<engines> in the initialization section names the section
367 As with the providers, each name in this section identifies an engine
369 The engine-specific section is used to specify how to load the engine,
372 Within an engine section, the following names have meaning:
403 section have been processed.
428 The name B<random> in the initialization section names the section
431 Within the random section, the following names have meaning:
487 # This is the default section.
507 Since the default section is checked if a variable does not
511 # These two lines must be in the default section.