equal
deleted
inserted
replaced
711 # 4. JSSE message digest algorithm name, e.g., SHA |
711 # 4. JSSE message digest algorithm name, e.g., SHA |
712 # |
712 # |
713 # See SSL/TLS specifications and "Java Cryptography Architecture Standard |
713 # See SSL/TLS specifications and "Java Cryptography Architecture Standard |
714 # Algorithm Name Documentation" for information about the algorithm names. |
714 # Algorithm Name Documentation" for information about the algorithm names. |
715 # |
715 # |
|
716 # Note: If a legacy algorithm is also restricted through the |
|
717 # jdk.tls.disabledAlgorithms property or the |
|
718 # java.security.AlgorithmConstraints API (See |
|
719 # javax.net.ssl.SSLParameters.setAlgorithmConstraints()), |
|
720 # then the algorithm is completely disabled and will not be negotiated. |
|
721 # |
716 # Note: This property is currently used by Oracle's JSSE implementation. |
722 # Note: This property is currently used by Oracle's JSSE implementation. |
717 # It is not guaranteed to be examined and used by other implementations. |
723 # It is not guaranteed to be examined and used by other implementations. |
718 # There is no guarantee the property will continue to exist or be of the |
724 # There is no guarantee the property will continue to exist or be of the |
719 # same syntax in future releases. |
725 # same syntax in future releases. |
720 # |
726 # |