Hello Developer,
I found that the CRL parsing functionality is no longer working when using pyOpenSSL. After reviewing the pyOpenSSL documentation, I discovered that OpenSSL.crypto.CRL, OpenSSL.crypto.Revoked, OpenSSL.crypto.dump_crl, OpenSSL.crypto.load_crl, and cryptography.x509 have been removed.
So, could you please confirm if there are any other APIs in pyOpenSSL that can still achieve CRL parsing functionality?