8245545: Disable TLS_RSA cipher suites

Reviewed-by: mullan
This commit is contained in:
Artur Barashev 2024-11-21 14:14:30 +00:00 committed by Sean Mullan
parent 8f22db23a5
commit 882d635807
13 changed files with 64 additions and 46 deletions

View file

@ -746,7 +746,7 @@ http.auth.digest.disabledAlgorithms = MD5, SHA-1
# rsa_pkcs1_sha1, secp224r1, TLS_RSA_*
jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, DTLSv1.0, RC4, DES, \
MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
ECDH
ECDH, TLS_RSA_*
#
# Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)