From abd129ba80667c780c94bde81a7bbe5fe35cc39a Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 10 Nov 2009 15:43:17 +0000 Subject: [PATCH] Document allowUnsafeLegacyRenegotiation git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@834510 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/http.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index d20865dfd..e7ed38c37 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -789,6 +789,13 @@ certificates.

+ +

Is unsafe legacy TLS renegotiation allowed which is likely to expose + users to CVE-2009-3555, a man-in-the-middle vulnerability in the TLS + protocol that allows an attacker to inject arbitrary data into the user's + request. If not specified, a default of false is used.

+
+

For more information, see the -- 2.11.0