SV-282528r1201630_rule
V-282528
SRG-OS-000250-GPOS-00093
TOSS-05-000474
CAT II
10
Configure the TOSS 5 OpenSSL library to use only DOD-approved TLS encryption by editing the following line in the "/etc/crypto-policies/back-ends/opensslcnf.config" file:
TLS.MinProtocol = TLSv1.2
DTLS.MinProtocol = DTLSv1.2
Restart the system for the changes to take effect.
Verify TOSS 5 OpenSSL library is configured to use TLS 1.2 encryption or stronger with following command:
$ 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-282528
False
TOSS-05-000474
Verify TOSS 5 OpenSSL library is configured to use TLS 1.2 encryption or stronger with following command:
$ 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
5738