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