src/java.base/share/classes/sun/security/ssl/CertificateMessage.java
changeset 57718 a93b7b28f644
parent 53759 e16b61a1395e
equal deleted inserted replaced
57716:bfcdcd00e4fb 57718:a93b7b28f644
  1032                 }
  1032                 }
  1033 
  1033 
  1034                 // Don't select a signature scheme unless we will be able to
  1034                 // Don't select a signature scheme unless we will be able to
  1035                 // produce a CertificateVerify message later
  1035                 // produce a CertificateVerify message later
  1036                 if (SignatureScheme.getPreferableAlgorithm(
  1036                 if (SignatureScheme.getPreferableAlgorithm(
       
  1037                         hc.algorithmConstraints,
  1037                         hc.peerRequestedSignatureSchemes,
  1038                         hc.peerRequestedSignatureSchemes,
  1038                         ss, hc.negotiatedProtocol) == null) {
  1039                         ss, hc.negotiatedProtocol) == null) {
  1039 
  1040 
  1040                     if (SSLLogger.isOn && SSLLogger.isOn("ssl,handshake")) {
  1041                     if (SSLLogger.isOn && SSLLogger.isOn("ssl,handshake")) {
  1041                         SSLLogger.warning(
  1042                         SSLLogger.warning(