jdk/src/share/lib/security/java.security-linux
changeset 22343 0f59fce296a3
parent 22341 4689530d03b9
parent 22268 d72c97c708ae
child 25390 963226ada302
equal deleted inserted replaced
22342:c83795c442b7 22343:0f59fce296a3
   470 #
   470 #
   471 # Example:
   471 # Example:
   472 #   jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
   472 #   jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
   473 #
   473 #
   474 #
   474 #
   475 jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
   475 jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
   476 
   476 
   477 # Algorithm restrictions for Secure Socket Layer/Transport Layer Security
   477 # Algorithm restrictions for Secure Socket Layer/Transport Layer Security
   478 # (SSL/TLS) processing
   478 # (SSL/TLS) processing
   479 #
   479 #
   480 # In some environments, certain algorithms or key lengths may be undesirable
   480 # In some environments, certain algorithms or key lengths may be undesirable