Re: RFR: 8340321: Disable SHA-1 in TLS/DTLS 1.2 signatures

2025-04-02 Thread Matthew Donovan
On Tue, 1 Apr 2025 20:53:01 GMT, Artur Barashev wrote: > Disable SHA-1 in TLS/DTLS 1.2 handshake signatures (but not in certificate > signatures). > https://www.rfc-editor.org/rfc/rfc9155.html test/jdk/sun/security/ssl/SignatureScheme/DisableSHA1inHandshakeSignatureDTLS12.java line 34: > 32:

RFR: 8340321: Disable SHA-1 in TLS/DTLS 1.2 signatures

2025-04-01 Thread Artur Barashev
Disable SHA-1 in TLS/DTLS 1.2 handshake signatures (but not in certificate signatures). https://www.rfc-editor.org/rfc/rfc9155.html - Commit messages: - Unit tests - Merge branch 'master' into JDK-8340321_disable - 8340321: Disable SHA-1 in TLS/DTLS 1.2 signatures Changes: https: