SV-253091r958848_rule
V-253091
SRG-OS-000393-GPOS-00173
TOSS-04-040440
CAT II
10
Configure the TOSS OpenSSL library to use only ciphers employing FIPS 140-2-approved algorithms with the following command:
$ sudo fips-mode-setup --enable
A reboot is required for the changes to take effect.
Verify the OpenSSL library is configured to use only ciphers employing FIPS 140-2-approved algorithms:
Verify that system-wide crypto policies are in effect:
$ sudo grep -i opensslcnf.config /etc/pki/tls/openssl.cnf
.include /etc/crypto-policies/back-ends/opensslcnf.config
If the "opensslcnf.config" is not defined in the "/etc/pki/tls/openssl.cnf" file, this is a finding.
Verify which system-wide crypto policy is in use:
$ sudo update-crypto-policies --show
FIPS:OSPP
If the system-wide crypto policy is set to anything other than "FIPS" or "FIPS:OSPP", this is a finding.
V-253091
False
TOSS-04-040440
Verify the OpenSSL library is configured to use only ciphers employing FIPS 140-2-approved algorithms:
Verify that system-wide crypto policies are in effect:
$ sudo grep -i opensslcnf.config /etc/pki/tls/openssl.cnf
.include /etc/crypto-policies/back-ends/opensslcnf.config
If the "opensslcnf.config" is not defined in the "/etc/pki/tls/openssl.cnf" file, this is a finding.
Verify which system-wide crypto policy is in use:
$ sudo update-crypto-policies --show
FIPS:OSPP
If the system-wide crypto policy is set to anything other than "FIPS" or "FIPS:OSPP", this is a finding.
M
5469