On Fri, 26 Jun 2026 14:06:01 GMT, Artur Barashev <[email protected]> wrote:
> > Would it be easier to enforce at the code level, e.g. by adding an > > exception-throwing default clause to the switch in SSLAlgorithmDecomposer? > > I think we should definitely explore that approach as well, that would be an > elegant solution! AFAICT, it should work just fine. On the 2nd thought, what about dynamically set cipher suites (`SSLParameters.setCipherSuites`)? We wouldn't want to throw an exception in such case, exception would be appropriate only on startup. We need to investigate such approach carefully, can be risky. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31633#issuecomment-4810360446
