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:
parent
fe67f09af3
commit
a24c991cd3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user