equal
deleted
inserted
replaced
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 |