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
Whether lief can detect certificate revocation, I did not find the corresponding interface in the official document, and how to use the function, but in the source code I found that some return values about crl are defined, such as BADCERT_REVOKED and so on.
And in some functions such as mbedtls_x509_crt_verify_with_profile, it seems that crl is assigned as a null pointer.
The text was updated successfully, but these errors were encountered:
Whether lief can detect certificate revocation, I did not find the corresponding interface in the official document, and how to use the function, but in the source code I found that some return values about crl are defined, such as BADCERT_REVOKED and so on.
And in some functions such as mbedtls_x509_crt_verify_with_profile, it seems that crl is assigned as a null pointer.
The text was updated successfully, but these errors were encountered: