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