equal
deleted
inserted
replaced
469 # |
469 # |
470 # Example: |
470 # Example: |
471 # jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048 |
471 # jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048 |
472 # |
472 # |
473 # |
473 # |
474 jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024 |
474 jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024 |
475 |
475 |
476 # Algorithm restrictions for Secure Socket Layer/Transport Layer Security |
476 # Algorithm restrictions for Secure Socket Layer/Transport Layer Security |
477 # (SSL/TLS) processing |
477 # (SSL/TLS) processing |
478 # |
478 # |
479 # In some environments, certain algorithms or key lengths may be undesirable |
479 # In some environments, certain algorithms or key lengths may be undesirable |