8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth

Reviewed-by: wetmore
This commit is contained in:
Jamil Nimeh 2018-09-19 16:07:03 -07:00
parent fe67f09af3
commit a24c991cd3

View File

@ -525,7 +525,7 @@ final class SignatureAlgorithmsExtension {
// signatures appearing in certificates.
SignatureSchemesSpec certSpec =
(SignatureSchemesSpec)chc.handshakeExtensions.get(
SSLExtension.CH_SIGNATURE_ALGORITHMS_CERT);
SSLExtension.CR_SIGNATURE_ALGORITHMS_CERT);
if (certSpec == null) {
chc.peerRequestedCertSignSchemes = sss;
chc.handshakeSession.setPeerSupportedSignatureAlgorithms(sss);