HTHou opened a new pull request, #1517:
URL: https://github.com/apache/ratis/pull/1517

   ## What changes were proposed in this pull request?
   
   Make `CipherSuiteFilter` configurable through `TlsConf`. The default remains
   `SupportedCipherSuiteFilter` to preserve the current safe behavior, while 
callers can select
   `IdentityCipherSuiteFilter` for provider-specific cipher suites that are 
accepted by the TLS
   provider but absent from Netty's supported set.
   
   Pass the configured filter to both the gRPC and Netty DataStream SSL context 
builders, and preserve
   the fluent return type in `GrpcTlsConfig.Builder`.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/RATIS-2602
   
   ## How was this patch tested?
   
   - Ran `TestGrpcTlsConfig` and `TestTlsConfWithNetty` on Java 8: 11 tests 
passed.
   - Ran `TestGrpcTlsConfig` and `TestTlsConfWithNetty` on Java 17: 11 tests 
passed.
   - Ran Checkstyle for the affected reactor: 0 violations.
   - Ran `git diff --check origin/master...HEAD`.
   


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