From e4f319fdc85b5d8b2b3e1ddaa05b03ead0af88a9 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Igor=20Gali=C4=87?=
Date: Sat, 20 Nov 2010 21:45:50 +0000
Subject: [PATCH] More fixes on Pr#50307
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037337 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/ssl/ssl_howto.html.en | 7 ++-----
docs/manual/ssl/ssl_howto.html.fr | 7 ++-----
docs/manual/ssl/ssl_howto.xml | 7 ++-----
docs/manual/ssl/ssl_howto.xml.fr | 7 ++-----
4 files changed, 8 insertions(+), 20 deletions(-)
diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en
index e76ecb3f5ec..10400fc467f 100644
--- a/docs/manual/ssl/ssl_howto.html.en
+++ b/docs/manual/ssl/ssl_howto.html.en
@@ -67,10 +67,7 @@ following directives.
@@ -80,7 +77,7 @@ only?
The following enables only the strongest ciphers:
httpd.conf
- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite HIGH:!ADH:!EXP:!MD5:!NULL
@@ -88,7 +85,7 @@ only?
which are resonably secure, and fast:
httpd.conf
- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!ADH:!EXP:!MD5:!NULL
SSLHonorCipherOrder on
diff --git a/docs/manual/ssl/ssl_howto.html.fr b/docs/manual/ssl/ssl_howto.html.fr
index 147de2976a3..885e08aa386 100644
--- a/docs/manual/ssl/ssl_howto.html.fr
+++ b/docs/manual/ssl/ssl_howto.html.fr
@@ -74,9 +74,6 @@ de haut niveau
- Comment créer un serveur SSL
qui n'accepte que le chiffrement fort ?
-- Comment créer un serveur SSL qui n'accepte que le
-chiffrement fort, mais permet aux navigateurs importés des USA
-d'évoluer vers un chiffrement plus fort ?
- Comment créer un serveur qui accepte tous les types de
chiffrement en général, mais exige un chiffrement fort pour pouvoir
accéder à une URL particulière ?
@@ -89,7 +86,7 @@ que le chiffrement fort ?
Les directives suivantes ne permettent que les
chiffrements de plus haut niveau :
httpd.conf
- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite HIGH:!ADH:!EXP:!MD5:!NULL
@@ -98,7 +95,7 @@ que le chiffrement fort ?
Avec la configuration qui suit, vous pouvez activer deux méthodes de chiffrement relativement sécurisées, et rapides :
httpd.conf
- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!ADH:!EXP:!MD5:!NULL
SSLHonorCipherOrder on
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml
index 087ac807ac8..845aaf1ef26 100644
--- a/docs/manual/ssl/ssl_howto.xml
+++ b/docs/manual/ssl/ssl_howto.xml
@@ -65,10 +65,7 @@ following directives.
Cipher Suites and Enforcing Strong Security
@@ -78,7 +75,7 @@ requires a strong cipher for access to a particular URL?
only?
The following enables only the strongest ciphers:
httpd.conf
- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite HIGH:!ADH:!EXP:!MD5:!NULL
@@ -86,7 +83,7 @@ only?
which are resonably secure, and fast:
httpd.conf
- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!ADH:!EXP:!MD5:!NULL
SSLHonorCipherOrder on
diff --git a/docs/manual/ssl/ssl_howto.xml.fr b/docs/manual/ssl/ssl_howto.xml.fr
index 9ca27f4e884..7c47d0b0e07 100644
--- a/docs/manual/ssl/ssl_howto.xml.fr
+++ b/docs/manual/ssl/ssl_howto.xml.fr
@@ -70,9 +70,6 @@ de haut niveau
@@ -94,7 +91,7 @@ que le chiffrement fort ?
Avec la configuration qui suit, vous pouvez activer deux méthodes de chiffrement relativement sécurisées, et rapides :
httpd.conf
- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!ADH:!EXP:!MD5:!NULL
SSLHonorCipherOrder on
--
2.47.2