RFR: 8341964: Add mechanism to disable different parts of TLS cipher suite [v3]
Artur Barashev
abarashev at openjdk.org
Wed Nov 6 16:09:31 UTC 2024
On Wed, 6 Nov 2024 13:56:09 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Artur Barashev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> "Cipher suites must start with TLS_" doc update
>
> src/java.base/share/classes/sun/security/util/AbstractAlgorithmConstraints.java line 118:
>
>> 116: if (!pattern.toUpperCase(Locale.ENGLISH).startsWith("TLS_")) {
>> 117: throw new IllegalArgumentException(
>> 118: "Wildcard pattern should start with 'TLS_'");
>
> s/should/must/
Done
> test/jdk/sun/security/ssl/CipherSuite/NoDesRC4DesEdeCiphSuite.java line 46:
>
>> 44: import java.util.Arrays;
>> 45:
>> 46: public class NoDesRC4DesEdeCiphSuite {
>
> I suggest making a new abstract class with the general test methods, and then making this a subclass of it.
Will do
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21841#discussion_r1831320053
PR Review Comment: https://git.openjdk.org/jdk/pull/21841#discussion_r1831313955
More information about the security-dev
mailing list