Lines Matching full:configuration
6 openssl-fipsinstall - perform FIPS configuration installation
31 This command is used to generate a FIPS module configuration file.
32 This configuration file can be used each time a FIPS module is loaded
37 The generated configuration file consists of:
88 Filename to output the configuration data to; the default is standard output.
92 Input filename to load configuration data from.
97 Verify that the input configuration file contains the correct information.
101 Name of the provider inside the configuration file.
106 Name of the section inside the configuration file.
170 "MAC status indicator" to the output configuration file. Without these fields
174 could possibly then add the 2 fields into the configuration using some other
192 Test that a FIPS provider can be loaded from the specified configuration file.
193 A previous call to this application needs to generate the extra configuration
194 data that is included by the base C<parent_config> configuration file.
205 If the base configuration file is set up to autoload the fips module, then the
209 For normal usage the base configuration file should use the default provider
210 when generating the fips configuration file.
215 for the module, and save the F<fips.cnf> configuration file:
219 Verify that the configuration file F<fips.cnf> contains the correct info:
228 Validate that the fips module can be loaded from a base configuration file:
230 export OPENSSL_CONF_INCLUDE=<path of configuration files>