RFR: 8341964: Add mechanism to disable different parts of TLS cipher suite [v9]
Artur Barashev
abarashev at openjdk.org
Tue Nov 12 15:24:14 UTC 2024
On Sat, 9 Nov 2024 13:52:50 GMT, Lothar Kimmeringer <duke at openjdk.org> wrote:
>> Artur Barashev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Set initial cache size
>
> test/jdk/sun/security/ssl/CipherSuite/TLSCipherSuiteWildCardMatchingIllegalArgument.java line 71:
>
>> 69: }
>> 70: fail("No IllegalArgumentException was thrown");
>> 71: }
>
> And another nitpick ;-) Put the fail-call under `SSLContext.getInstance` within the try/catch-block so you don't need to explictly return in the catch-block.
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21841#discussion_r1838291071
More information about the security-dev
mailing list