You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/07/04 11:07:54 UTC

[tomcat-native] branch main updated: Improve wording

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 5eb766be2 Improve wording
5eb766be2 is described below

commit 5eb766be2da09fedc2b08af3d0eac82da4d53023
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 4 12:07:48 2022 +0100

    Improve wording
---
 xdocs/miscellaneous/tls-renegotiation.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/xdocs/miscellaneous/tls-renegotiation.xml b/xdocs/miscellaneous/tls-renegotiation.xml
index 1d411cc20..42904ec6d 100644
--- a/xdocs/miscellaneous/tls-renegotiation.xml
+++ b/xdocs/miscellaneous/tls-renegotiation.xml
@@ -40,9 +40,10 @@
 </section>
 <section name="Unsafe legacy negotiation">
   <p>
-  Support for unsafe legacy negotiation depends on OpenSSL. Only if Tomcat
-  Native is compiled with a build of OpenSSL that supports legacy renegotiation
-  will Tomcat Native support it.
+  Support for unsafe legacy negotiation depends on OpenSSL. Unsafe legacy
+  renegotiation is disabled by default and will not be allowed unless the
+  OpenSSL configuration option
+  <code>SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION</code> is set.
   </p>
 </section>
 </body>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org