Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "Security/Ciphers" page has been changed by markt:
https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=9&rev2=10

Comment:
Add APR/native results for Tomcat 9

  
  == JSSE (BIO/NIO/NIO2) Results (Default) ==
  
- ||                    || Java 5 || Java 6 || Java 7 || Java 8 ||
+ ||                         || Java 5 || Java 6 || Java 7 || Java 8 ||
- || Tomcat 6 (JSSE)    ||   C    ||   C    ||   C    ||   B    ||
+ || Tomcat 6 (JSSE)         ||   C    ||   C    ||   C    ||   B    ||
- || Tomcat 7 (JSSE)    ||  N/A   ||   C    ||   C    ||   B    ||
+ || Tomcat 7 (JSSE)         ||  N/A   ||   C    ||   C    ||   B    ||
- || Tomcat 8 (JSSE)    ||  N/A   ||  N/A   ||   C    ||   B    ||
+ || Tomcat 8 (JSSE)         ||  N/A   ||  N/A   ||   C    ||   B    ||
- || Tomcat 9 (JSSE)    ||  N/A   ||  N/A   ||  N/A   ||   A    ||
+ || Tomcat 9 (JSSE)         ||  N/A   ||  N/A   ||  N/A   ||   A    ||
- || Tomcat 9 (OpenSSL) ||  N/A   ||  N/A   ||  N/A   ||   A    ||
+ || Tomcat 9 (JSSE/OpenSSL) ||  N/A   ||  N/A   ||  N/A   ||   A    ||
+ || Tomcat 9 (APR/OpenSSL)  ||  N/A   ||  N/A   ||  N/A   ||   A    ||
  
+ 
- Note: Tomcat 9 with JSSE+OpenSSL and JSSE config requires a 1.2.6 tc-native 
release to achieve an A since without it the full certificate chain is not 
presented to the client.
+ Note: Tomcat 9 with JSSE/OpenSSL and JSSE config requires a 1.2.6 tc-native 
release to achieve an A since without it the full certificate chain is not 
presented to the client.
  
  == JSSE (BIO/NIO/NIO2) Results (Improved) ==
  
@@ -56, +58 @@

   * Apache Tomcat 6.0.44-dev, r1664561. This is after the commit that disabled 
SSLv2 and SSLv3.
   * Apache Tomcat 7.0.60-dev, r1664373.
   * Apache Tomcat 8.0.21-dev, r1664594.
-  * Apache Tomcat 9.0.0.M5-dev r1737119
+  * Apache Tomcat 9.0.0.M5-dev, r1737193.
  
  == APR/native ==
  

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

Reply via email to