On Tue, 23 Jun 2026 12:44:57 GMT, Andreas Chmielewski <[email protected]> wrote:
> These mappings were previously missing, causing > jdk.tls.disabledAlgorithms constraints using component names (e.g. > "AES_128_GCM", "AES_256_GCM", "CHACHA20_POLY1305") to not > consistently match the corresponding TLS cipher suites. > > > > > --------- > - [ x] I confirm that I make this contribution in accordance with the > [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/java.base/share/classes/sun/security/ssl/SSLAlgorithmDecomposer.java line 2: > 1: /* > 2: * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights > reserved. Please update the Copyright year. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31633#discussion_r3474392001
