Does the cryptography library have a function for CRL revocation checking?

Hello developer, I couldn’t find a function for CRL revocation checking in the cryptography library. Could you please confirm if cryptography has a function for CRL revocation checking?

I know OpenSSL knows how to do CRL checking.

Also suggest you research what the current wisdom is on doing CRL checks.
There are privacy issues and attacks that can be done via CRL checking.

Hello developer, I have already reviewed the process of CRL (Certificate Revocation List) revocation checking and I know that OpenSSL can perform CRL revocation checks. I would like to confirm if the cryptography library does not have a function for CRL revocation checking.

I would not expect cryptograph to have such a function.

But to be sure you can read its documentation and its source code.