Fix curve group matching on secure renegotiation

This commit is contained in:
Juliusz Sosinowicz
2022-05-27 21:12:22 +02:00
parent 84bca63b2e
commit 8cb4819b53

View File

@ -4680,6 +4680,7 @@ int TLSX_ValidateSupportedCurves(WOLFSSL* ssl, byte first, byte second) {
defOid = 0;
defSz = 80;
}
key |= ssl->pkCurveOID == oid;
break;
#endif /* HAVE_ECC && WOLFSSL_STATIC_DH */
#endif