You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/09/29 21:28:30 UTC

[qpid-jms-amqp-0-x] 01/02: QPID-8354: [JMS AMQP 0-x] Blacklist TLSv1.1

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

orudyy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms-amqp-0-x.git

commit a10dd9eb75bee0ec13cab38e8291a2498583bbdc
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Sun Sep 29 21:58:28 2019 +0100

    QPID-8354: [JMS AMQP 0-x] Blacklist TLSv1.1
---
 .../src/main/java/org/apache/qpid/configuration/CommonProperties.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/main/java/org/apache/qpid/configuration/CommonProperties.java b/client/src/main/java/org/apache/qpid/configuration/CommonProperties.java
index 6e2daf5..7323a08 100644
--- a/client/src/main/java/org/apache/qpid/configuration/CommonProperties.java
+++ b/client/src/main/java/org/apache/qpid/configuration/CommonProperties.java
@@ -60,7 +60,7 @@ public class CommonProperties
     public static final String QPID_SECURITY_TLS_PROTOCOL_WHITE_LIST = "qpid.security.tls.protocolWhiteList";
     public static final String QPID_SECURITY_TLS_PROTOCOL_WHITE_LIST_DEFAULT = "TLSv1\\.[0-9]+";
     public static final String QPID_SECURITY_TLS_PROTOCOL_BLACK_LIST = "qpid.security.tls.protocolBlackList";
-    public static final String QPID_SECURITY_TLS_PROTOCOL_BLACK_LIST_DEFAULT = "TLSv1\\.0";
+    public static final String QPID_SECURITY_TLS_PROTOCOL_BLACK_LIST_DEFAULT = "TLSv1\\.[0-1]";
 
     public static final String QPID_SECURITY_TLS_CIPHER_SUITE_WHITE_LIST = "qpid.security.tls.cipherSuiteWhiteList";
     public static final String QPID_SECURITY_TLS_CIPHER_SUITE_WHITE_LIST_DEFAULT = "";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org