Lines Matching +full:mac +full:- +full:mode
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).
22 =item - Verify the module's checksum.
28 This file is generated by the L<openssl-fipsinstall(1)> program, and
42 =item B<install-version>
46 =item B<conditional-errors>
48 The FIPS module normally enters an internal error mode if any self test fails.
49 Once this error mode is active, no services or cryptographic algorithms are
53 Setting this value to C<0> allows the error mode to not be triggered if any
54 continuous test fails. The default value of C<1> will trigger the error mode.
57 operation may then be retried if the error mode has not been triggered.
59 =item B<security-checks>
61 This indicates if run-time checks related to enforcement of security parameters
67 =item B<module-mac>
69 The calculated MAC of the FIPS provider file.
71 =item B<install-status>
73 An indicator that the self-tests were successfully run.
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.