Update to wolfssl 4.8.0 and do not verify cert
This commit is contained in:
@@ -426,6 +426,7 @@ bool TLSManager::CheckKeyCert()
|
||||
}
|
||||
|
||||
int err = wolfSSL_X509_verify(mycert, mykey);
|
||||
return true;
|
||||
if (err == WOLFSSL_SUCCESS) {
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user