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 m
Right now we don't have an API for doing certificate validation in our x509
layer.
Alex
On Tue, Jun 9, 2015 at 6:04 AM, Alexey Kuchmenko
wrote:
> 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
> criptog