jdk/src/java.base/share/conf/security/java.security
changeset 30904 ec0224270f90
parent 30790 f81f9725a1c6
child 31270 e6470b24700d
equal deleted inserted replaced
30903:0c7d705209c6 30904:ec0224270f90
   509 #
   509 #
   510 #
   510 #
   511 jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
   511 jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
   512 
   512 
   513 # Algorithm restrictions for Secure Socket Layer/Transport Layer Security
   513 # Algorithm restrictions for Secure Socket Layer/Transport Layer Security
   514 # (SSL/TLS) processing
   514 # (SSL/TLS/DTLS) processing
   515 #
   515 #
   516 # In some environments, certain algorithms or key lengths may be undesirable
   516 # In some environments, certain algorithms or key lengths may be undesirable
   517 # when using SSL/TLS.  This section describes the mechanism for disabling
   517 # when using SSL/TLS/DTLS.  This section describes the mechanism for disabling
   518 # algorithms during SSL/TLS security parameters negotiation, including
   518 # algorithms during SSL/TLS/DTLS security parameters negotiation, including
   519 # protocol version negotiation, cipher suites selection, peer authentication
   519 # protocol version negotiation, cipher suites selection, peer authentication
   520 # and key exchange mechanisms.
   520 # and key exchange mechanisms.
   521 #
   521 #
   522 # Disabled algorithms will not be negotiated for SSL/TLS connections, even
   522 # Disabled algorithms will not be negotiated for SSL/TLS connections, even
   523 # if they are enabled explicitly in an application.
   523 # if they are enabled explicitly in an application.