Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does lief support certificate revocation detection? #892

Open
Fallen-Tiger opened this issue Apr 7, 2023 · 1 comment
Open

Does lief support certificate revocation detection? #892

Fallen-Tiger opened this issue Apr 7, 2023 · 1 comment
Labels
Good First Issue Issue that can be addressed without an in-depth understanding of LIEF PE

Comments

@Fallen-Tiger
Copy link

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.

@romainthomas
Copy link
Member

This is not actually implemented but I welcome contributions on this feature.

@romainthomas romainthomas added PE Good First Issue Issue that can be addressed without an in-depth understanding of LIEF labels Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Issue that can be addressed without an in-depth understanding of LIEF PE
Projects
None yet
Development

No branches or pull requests

2 participants