On Tue, 15 Apr 2025 14:32:47 GMT, Sean Mullan <[email protected]> wrote:
>> Artur Barashev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Update Copyright
>
> test/jdk/sun/security/ssl/SignatureScheme/MD5NotAllowedInTLS13CertificateSignature.java
> line 270:
>
>> 268: // MD5 is disabled by default in java.security config file.
>> 269: Security.setProperty("jdk.certpath.disabledAlgorithms", "");
>> 270: Security.setProperty("jdk.tls.disabledAlgorithms", "");
>
> Use `SecurityUtils.removeFromDisabledAlgs` and only remove MD5 from these
> properties.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24425#discussion_r2044980058