• Home
  • Raw
  • Download

Lines Matching +full:no +full:- +full:fips

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.
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
29 used internally by the FIPS module during its initialization.
32 whose name is identified by the B<fips> option in the B<providers>
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.
49 Once this error mode is active, no services or cryptographic algorithms are
59 =item B<security-checks>
61 This indicates if run-time checks related to enforcement of security parameters
64 are not performed and FIPS compliance must be done by procedures documented in
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
100 When using the FIPS provider, it is recommended that the
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.