]> git.pld-linux.org Git - packages/apache.git/commitdiff
disable SSLv2
authorpsz <psz@pld-linux.org>
Tue, 6 Jul 2010 08:18:18 +0000 (08:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_ssl.conf -> 1.20
    apache.spec -> 1.599

apache-mod_ssl.conf
apache.spec

index 1cef405e7aa8cb613de0856d6c7338568e43d9d6..0867c277e6694efe9e62d85c6c585862091d4c1a 100644 (file)
@@ -70,10 +70,16 @@ NameVirtualHost *:443
 #   Enable/Disable SSL for this virtual host.
 SSLEngine on
 
+#   Usable SSL protocol flavors:
+#   This directive can be used to control the SSL protocol flavors mod_ssl
+#   should use when establishing its server environment. Clients then can only
+#   connect with one of the provided protocols.
+SSLProtocol all -SSLv2
+
 #   SSL Cipher Suite:
 #   List the ciphers that the client is permitted to negotiate.
 #   See the mod_ssl documentation for a complete list.
-SSLCipherSuite ALL:!ADH:!EXP:!LOW:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+eNULL
+SSLCipherSuite ALL:!ADH:!EXP:!LOW:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
 
 #   Server Certificate:
 #   Point SSLCertificateFile at a PEM encoded certificate.  If
index 187f4195200bcd4a37ed5e3376403f7f715c3f83..697722701d1f2cea6e5194337f483eaba2b725d9 100644 (file)
@@ -41,7 +41,7 @@ Summary(ru.UTF-8):    Самый популярный веб-сервер
 Summary(tr.UTF-8):     Lider WWW tarayıcı
 Name:          apache
 Version:       2.2.15
-Release:       3
+Release:       4
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
This page took 0.087102 seconds and 4 git commands to generate.