Lines Matching +full:run +full:- +full:time
5 fips_config - OpenSSL FIPS configuration
11 of the shared library file, and status about the self-testing.
17 =item - Run the startup FIPS self-test known answer tests (KATS).
19 This is normally done once, at installation time, but may also be set up to
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
42 =item B<install-version>
46 =item B<conditional-errors>
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.
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.