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:
273 All parameters in the section as well as sub-sections are made
281 If you add a section explicitly activating any other provider(s),
287 The name B<alg_section> in the initialization section names the section
290 Within the algorithm properties section, the following names have meaning:
307 if used, it must be the only name in the section.
313 The name B<ssl_conf> in the initialization section names the section
315 As with the providers, each name in this section identifies a
316 section with the configuration for that name. For example:
341 Each configuration section consists of name/value pairs that are parsed
344 dot in the configuration section are ignored, so that the same command can
354 The name B<engines> in the initialization section names the section
356 As with the providers, each name in this section identifies an engine
358 The engine-specific section is used to specify how to load the engine,
361 Within an engine section, the following names have meaning:
392 section have been processed.
417 The name B<random> in the initialization section names the section
420 Within the random section, the following names have meaning:
476 # This is the default section.
496 Since the default section is checked if a variable does not
500 # These two lines must be in the default section.