Update to wolfssl 4.8.0 and do not verify cert

This commit is contained in:
Duke
2024-02-12 12:52:01 -05:00
parent 40542bf687
commit 809c0a4b38
2 changed files with 4 additions and 2 deletions

View File

@@ -426,6 +426,7 @@ bool TLSManager::CheckKeyCert()
}
int err = wolfSSL_X509_verify(mycert, mykey);
return true;
if (err == WOLFSSL_SUCCESS) {
return true;
} else {