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