Lines Matching +full:install +full:- +full:module
5 fips_config - OpenSSL FIPS configuration
10 is used to hold information about the FIPS module. This includes a digest
11 of the shared library file, and status about the self-testing.
12 This data is used automatically by the module itself for two
17 =item - Run the startup FIPS self-test known answer tests (KATS).
20 run each time the module is used.
22 =item - Verify the module's checksum.
24 This is done each time the module is used.
28 This file is generated by the L<openssl-fipsinstall(1)> program, and
29 used internally by the FIPS module during its initialization.
33 section, as described in L<config(5)/Provider Configuration Module>.
39 If present, the module is activated. The value assigned to this name is not
42 =item B<install-version>
44 A version number for the fips install process. Should be 1.
46 =item B<conditional-errors>
48 The FIPS module normally enters an internal error mode if any self test fails.
59 =item B<security-checks>
61 This indicates if run-time checks related to enforcement of security parameters
67 =item B<module-mac>
71 =item B<install-status>
73 An indicator that the self-tests were successfully run.
74 This should only be written after the module has
76 If this field is not present, then the self tests will run when the module
79 =item B<install-mac>
81 A MAC of the value of the B<install-status> option, to prevent accidental
83 It is written-to at the same time as B<install-status> is updated.
91 install-version = 1
92 conditional-errors = 1
93 security-checks = 1
94 module-mac = 41:D0:FA:C2:5D:41:75:CD:7D:C3:90:55:6F:A4:DC
95 install-mac = FE:10:13:5A:D3:B4:C7:82:1B:1E:17:4C:AC:84:0C
96 install-status = INSTALL_SELF_TEST_KATS_RUN
102 non-FIPS validated algorithms via broken or mistaken configuration.
108 L<openssl-fipsinstall(1)>
116 Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.