You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2017/09/02 20:26:58 UTC

svn commit: r1807093 - /tomcat/trunk/webapps/docs/changelog.xml

Author: rjung
Date: Sat Sep  2 20:26:58 2017
New Revision: 1807093

URL: http://svn.apache.org/viewvc?rev=1807093&view=rev
Log:
Move changelog item from Catalina to Coyote.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1807093&r1=1807092&r2=1807093&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sat Sep  2 20:26:58 2017
@@ -48,13 +48,6 @@
   <subsection name="Catalina">
     <changelog>
       <fix>
-        When using a Java connector in combination with the OpenSSL TLS
-        implementation, do not configure each SSL connection object via
-        the OpenSSLEngine. For OpenSSL the SSL object inherits its
-        settings from the SSL_CTX which we have already configured.
-        (rjung)
-      </fix>
-      <fix>
         Before generating an error page in the <code>ErrorReportValve</code>,
         check to see if I/O is still permitted for the associated connection
         before generating the error page so that the page generation can be
@@ -95,6 +88,13 @@
         (rjung)
       </add>
       <fix>
+        When using a Java connector in combination with the OpenSSL TLS
+        implementation, do not configure each SSL connection object via
+        the OpenSSLEngine. For OpenSSL the SSL object inherits its
+        settings from the SSL_CTX which we have already configured.
+        (rjung)
+      </fix>
+      <fix>
         When using JSSE TLS configuration with the OpenSSL implementation and
         client certificates: include client CA subjects in the TLS handshake
         so that the client can choose an appropriate client certificate to



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