You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x509_str: verify leaf signature even when verify_cb overrides INVALID_CA
When verify_cb returned WOLFSSL_SUCCESS to suppress X509_V_ERR_INVALID_CA
for a non-CA issuer, control skipped X509StoreVerifyCert and the leaf
signature was never checked. Drop the else so signature verification
runs on every issuer.
0 commit comments