jdk/src/share/lib/security/java.security-linux
changeset 14929 59377f4b9919
parent 14758 d6b75b5d550e
child 16106 8d062d0a26d7
equal deleted inserted replaced
14928:afdc82e5403a 14929:59377f4b9919
   369 #
   369 #
   370 # Example:
   370 # Example:
   371 #   jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
   371 #   jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
   372 #
   372 #
   373 #
   373 #
   374 jdk.certpath.disabledAlgorithms=MD2
   374 jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
   375 
   375 
   376 # Algorithm restrictions for Secure Socket Layer/Transport Layer Security
   376 # Algorithm restrictions for Secure Socket Layer/Transport Layer Security
   377 # (SSL/TLS) processing
   377 # (SSL/TLS) processing
   378 #
   378 #
   379 # In some environments, certain algorithms or key lengths may be undesirable
   379 # In some environments, certain algorithms or key lengths may be undesirable