You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/06/05 09:13:08 UTC

[tomcat] branch 8.5.x updated (11bd3b5 -> b0a52ee)

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

remm pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 11bd3b5  Improve handling of aborted uploads
     new 9032bfe  Document TLS environment update
     new b0a52ee  No server certificate in 8.5

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 webapps/docs/changelog.xml |  4 ++++
 webapps/docs/rewrite.xml   | 12 +++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)


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


[tomcat] 01/02: Document TLS environment update

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 9032bfeb1e0abbd73973740aaa2b1252c1244d27
Author: remm <re...@apache.org>
AuthorDate: Fri Jun 5 11:09:42 2020 +0200

    Document TLS environment update
---
 webapps/docs/changelog.xml |  4 ++++
 webapps/docs/rewrite.xml   | 13 ++++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1394312..f4a7644 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -53,6 +53,10 @@
         the sole feature that depends on it (anti-resource locking) is
         configured and can't be used. (markt)
       </add>
+      <update>
+        Implement a significant portion of the TLS environment variables for
+        the rewrite valve. (remm)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Coyote">
diff --git a/webapps/docs/rewrite.xml b/webapps/docs/rewrite.xml
index 8ab57f4..7c0a7a3 100644
--- a/webapps/docs/rewrite.xml
+++ b/webapps/docs/rewrite.xml
@@ -244,9 +244,16 @@
         <li>
         <code>%{SSL:variable}</code>, where <em>variable</em> is the
         name of an SSL environment
-        variable, are not implemented, except
-        <code>SSL_PROTOCOL</code>, <code>SSL_SESSION_ID</code>,
-        <code>SSL_CIPHER</code> and <code>SSL_CIPHER_USEKEYSIZE</code>.
+        variable, are implemented, except
+        <code>SSL_SESSION_RESUMED</code>, <code>SSL_SECURE_RENEG</code>,
+        <code>SSL_COMPRESS_METHOD</code>, <code>SSL_TLS_SNI</code>,
+        <code>SSL_SRP_USER</code>, <code>SSL_SRP_USERINFO</code>,
+        <code>SSL_CLIENT_VERIFY</code>,
+        <code>SSL_CLIENT_SAN_OTHER_msUPN_n</code>,
+        <code>SSL_CLIENT_CERT_RFC4523_CEA</code>,
+        <code>SSL_SERVER_SAN_OTHER_dnsSRV_n</code>.
+        When OpenSSL is used, the variables related to the server
+        certificate, prefixed by <code>SSL_SERVER_</code> are not available.
         Example:
         <code>%{SSL:SSL_CIPHER_USEKEYSIZE}</code> may expand to
         <code>128</code>.</li>


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


[tomcat] 02/02: No server certificate in 8.5

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit b0a52eef7a9e46789a22d552342670a1b6d9453e
Author: remm <re...@apache.org>
AuthorDate: Fri Jun 5 11:12:47 2020 +0200

    No server certificate in 8.5
---
 webapps/docs/rewrite.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/webapps/docs/rewrite.xml b/webapps/docs/rewrite.xml
index 7c0a7a3..40c0f99 100644
--- a/webapps/docs/rewrite.xml
+++ b/webapps/docs/rewrite.xml
@@ -250,9 +250,8 @@
         <code>SSL_SRP_USER</code>, <code>SSL_SRP_USERINFO</code>,
         <code>SSL_CLIENT_VERIFY</code>,
         <code>SSL_CLIENT_SAN_OTHER_msUPN_n</code>,
-        <code>SSL_CLIENT_CERT_RFC4523_CEA</code>,
-        <code>SSL_SERVER_SAN_OTHER_dnsSRV_n</code>.
-        When OpenSSL is used, the variables related to the server
+        <code>SSL_CLIENT_CERT_RFC4523_CEA</code>.
+        Also, the variables related to the server
         certificate, prefixed by <code>SSL_SERVER_</code> are not available.
         Example:
         <code>%{SSL:SSL_CIPHER_USEKEYSIZE}</code> may expand to


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