gaborgsomogyi commented on code in PR #27514:
URL: https://github.com/apache/flink/pull/27514#discussion_r2769574982


##########
flink-runtime/src/test/java/org/apache/flink/runtime/net/SSLUtilsTest.java:
##########
@@ -392,22 +392,10 @@ void 
testSetSSLVersionAndCipherSuitesForSSLServerSocket(String sslProvider) thro
     @MethodSource("parameters")
     void testCreateSSLEngineFactory(String sslProvider) throws Exception {
         Configuration serverConfig = 
createInternalSslConfigWithKeyAndTrustStores(sslProvider);
-        final String[] sslAlgorithms;
-        final String[] expectedSslProtocols;
-        if (sslProvider.equalsIgnoreCase("OPENSSL")) {
-            // openSSL does not support the same set of cipher algorithms!

Review Comment:
   Is this deletion means that openssl supports the mentioned 2 cipher suites?



-- 
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]

Reply via email to