SV-252919r1190841_rule
V-252919
SRG-OS-000125-GPOS-00065
TOSS-04-010080
CAT I
10
Configure the TOSS OpenSSL library to use only DOD-approved TLS encryption by editing the following lines in the "/etc/crypto-policies/back-ends/opensslcnf.config" file:
MinProtocol = TLSv1.2
DTLS.MinProtocol = DTLSv1.2
A reboot is required for the changes to take effect.
Verify the OpenSSL library is configured to use only DOD-approved TLS encryption:
$ sudo grep -i MinProtocol /etc/crypto-policies/back-ends/opensslcnf.config
TLS.MinProtocol = TLSv1.2
DTLS.MinProtocol = DTLSv1.2
If the "TLS.MinProtocol" is set to anything older than "TLSv1.2" or the "DTLS.MinProtocol" is set to anything older than DTLSv1.2, this is a finding.
V-252919
False
TOSS-04-010080
Verify the OpenSSL library is configured to use only DOD-approved TLS encryption:
$ sudo grep -i MinProtocol /etc/crypto-policies/back-ends/opensslcnf.config
TLS.MinProtocol = TLSv1.2
DTLS.MinProtocol = DTLSv1.2
If the "TLS.MinProtocol" is set to anything older than "TLSv1.2" or the "DTLS.MinProtocol" is set to anything older than DTLSv1.2, this is a finding.
M
5469