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 2016/05/06 07:39:56 UTC

svn commit: r1742509 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java

Author: markt
Date: Fri May  6 07:39:56 2016
New Revision: 1742509

URL: http://svn.apache.org/viewvc?rev=1742509&view=rev
Log:
OpenSSL has re-classified 3DES from HIGH to MEDIUM

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java?rev=1742509&r1=1742508&r2=1742509&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java Fri May  6 07:39:56 2016
@@ -215,7 +215,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -267,7 +267,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -318,7 +318,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -370,7 +370,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -421,7 +421,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -506,7 +506,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -1698,7 +1698,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -1766,7 +1766,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -1834,7 +1834,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -2747,7 +2747,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -2832,7 +2832,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -2917,7 +2917,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -3002,7 +3002,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -3087,7 +3087,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -3139,7 +3139,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             false,
             112,
             168,
@@ -3156,7 +3156,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             false,
             112,
             168,
@@ -3173,7 +3173,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             false,
             112,
             168,
@@ -3583,7 +3583,7 @@ public enum Cipher {
             MessageDigest.SHA1,
             Protocol.SSLv3,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             true,
             112,
             168,
@@ -4555,7 +4555,7 @@ public enum Cipher {
             MessageDigest.MD5,
             Protocol.SSLv2,
             false,
-            EncryptionLevel.HIGH,
+            EncryptionLevel.MEDIUM,
             false,
             112,
             168,



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