Drop another use of white/blacklist

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-06-12 09:22:33 -07:00
parent f65a48aa61
commit aeacadcaa2

View file

@ -55,7 +55,7 @@ rhel70_x86_64: rhel-guest-image-7.0-20140930.0.x86_64
rhel66_x86_64: rhel-guest-image-6.6-20141222.0.x86_64
fedora31_x86_64: Fedora-Cloud-Base-31-1.9.x86_64
# Note: we do "all and blacklist" rather than whitelist to make sure we can use this
# Note: we do "+all -some" rather than "+some" to make sure we can use this
# same list on both EL7 and Fedora and get new ciphers: on Fedora, at time of writing,
# this includes TLSv1.3, which EL7 does not have.
ssl_protocols: "+all -SSLv3 -TLSv1 -TLSv1.1"