mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8245545: Disable TLS_RSA cipher suites
Reviewed-by: mullan
This commit is contained in:
parent
8f22db23a5
commit
882d635807
13 changed files with 64 additions and 46 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue