Hi! How do I verify X509 cert? I see X509_verify_cert() function in bindings/openssl/x509_vfy.py, but it looks like it is not exposed by criptography.io API. I need to - verify cert is not expired (by date, no revocation list) - cert is issued by one of trusted certificates (issuer chain length max=1, I have certificates of all possible issuers)
_______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev