diff --git a/apache2-ssl-global.conf b/apache2-ssl-global.conf index 40e9fef..8a886d8 100644 --- a/apache2-ssl-global.conf +++ b/apache2-ssl-global.conf @@ -70,8 +70,9 @@ #SSLRandomSeed startup file:/dev/urandom 512 #SSLRandomSeed connect file:/dev/urandom 512 - # SSL protocols - # Supporting TLS only is adequate nowadays + # SSL protocols + # Allow TLS version 1.2 only, which is a recommended default these days + # by international information security standards. SSLProtocol TLSv1.2 # SSL Cipher Suite: diff --git a/apache2.changes b/apache2.changes index 1441a1b..c34f38f 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Mar 27 15:22:00 UTC 2018 - mikhail.kasimov@gmail.com + +- Updated description for SSLProtocol option. [bsc#1086854] +------------------------------------------------------------------- +Tue Mar 27 14:19:00 UTC 2018 - mikhail.kasimov@gmail.com + +- Updated description (PCI DSS) for SSLProtocol option. [bsc#1086854] +------------------------------------------------------------------- Mon Mar 26 14:16:14 UTC 2018 - pgajdos@suse.com - SSLProtocol TLSv1.2 [bsc#1086854]