Lines Matching refs:module

14 [B<-module> I<modulefilename>]
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
33 in order to pass data to the FIPS module self tests. The FIPS module always
41 =item - A MAC of the FIPS module file.
51 By default if a continuous test (e.g a key pair test) fails then the FIPS module
54 The default value of '1' will cause the fips module error state to be entered.
55 If the value is '0' then the module error state will not be entered.
58 the operation if the module error state is not entered.
80 =item B<-module> I<filename>
82 Filename of the FIPS module to perform an integrity check on.
83 The path provided in the filename is used to load the module when it is
160 Configure the module to not enter an error state if a conditional self test
165 Configure the module to not perform run-time security checks as described above.
171 the self tests KATS will run each time the module is loaded. This option could be
205 If the base configuration file is set up to autoload the fips module, then the
206 fips module will be loaded and self tested BEFORE the fipsinstall application
214 Calculate the mac of a FIPS module F<fips.so> and run a FIPS self test
215 for the module, and save the F<fips.cnf> configuration file:
217 openssl fipsinstall -module ./fips.so -out fips.cnf -provider_name fips
221 openssl fipsinstall -module ./fips.so -in fips.cnf -provider_name fips -verify
225 openssl fipsinstall -module ./fips.so -out fips.cnf -provider_name fips \
228 Validate that the fips module can be loaded from a base configuration file: