forked from wolfSSL/wolfssl
Fix curve group matching on secure renegotiation
This commit is contained in:
@@ -4680,6 +4680,7 @@ int TLSX_ValidateSupportedCurves(WOLFSSL* ssl, byte first, byte second) {
|
|||||||
defOid = 0;
|
defOid = 0;
|
||||||
defSz = 80;
|
defSz = 80;
|
||||||
}
|
}
|
||||||
|
key |= ssl->pkCurveOID == oid;
|
||||||
break;
|
break;
|
||||||
#endif /* HAVE_ECC && WOLFSSL_STATIC_DH */
|
#endif /* HAVE_ECC && WOLFSSL_STATIC_DH */
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user