garydgregory commented on code in PR #686:
URL: 
https://github.com/apache/httpcomponents-core/pull/686#discussion_r3703454836


##########
httpcore5/src/main/java/org/apache/hc/core5/http/ssl/TlsCiphers.java:
##########
@@ -332,9 +332,15 @@ public static boolean isH2Blacklisted(final String 
cipherSuite) {
     private static final String WEAK_CIPHERS
             = 
"^(TLS|SSL)_(.*)_WITH_(NULL|DES_CBC|DES40_CBC|DES_CBC_40|3DES_EDE_CBC|RC4_128|RC4_40|RC2_CBC_40)_(.*)";
 
+    /**
+     * RFC 10015 Deprecating Obsolete Key Exchange Methods in TLS 1.2 and DTLS 
1.2.

Review Comment:
   Fixed in the branch, that was a Javadoc typo in the href, apologies for the 
rabbit hole.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to