SV-230254r627750_rule
V-230254
SRG-OS-000250-GPOS-00093
RHEL-08-010293
CAT II
10
Configure the RHEL 8 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
If the system-wide crypto policy is set to anything other than "FIPS", this is a finding.
V-230254
False
RHEL-08-010293
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
If the system-wide crypto policy is set to anything other than "FIPS", this is a finding.
M
2921