Merge pull request #9863 from JacobBarthelmeh/f361

Fix for setting curve using all caps with wolfSSL_set1_curves_list
This commit is contained in:
Daniel Pouzzner
2026-03-10 19:29:46 -05:00
committed by GitHub
3 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -16957,7 +16957,7 @@ int set_curves_list(WOLFSSL* ssl, WOLFSSL_CTX *ctx, const char* names,
goto leave;
}
eccSet = wc_ecc_get_curve_params(ret);
eccSet = wc_ecc_get_curve_params(nret);
if (eccSet == NULL) {
WOLFSSL_MSG("NULL set returned");
goto leave;