equal
deleted
inserted
replaced
576 # Note: This property is currently used by Oracle's JSSE implementation. |
576 # Note: This property is currently used by Oracle's JSSE implementation. |
577 # It is not guaranteed to be examined and used by other implementations. |
577 # It is not guaranteed to be examined and used by other implementations. |
578 # |
578 # |
579 # Example: |
579 # Example: |
580 # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048 |
580 # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048 |
581 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768 |
581 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024 |
582 |
582 |
583 # Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS) |
583 # Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS) |
584 # processing in JSSE implementation. |
584 # processing in JSSE implementation. |
585 # |
585 # |
586 # In some environments, a certain algorithm may be undesirable but it |
586 # In some environments, a certain algorithm may be undesirable but it |