Verifying a certificate using M2Crypto
Philip Kershaw <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi all, I'd like to know how to verify an X.509 certificate against it's CA cert with M2Crypto. Is there an equivalent call to the command line: $ openssl verify -CAfile cacert.pem cert.pem ? Cheers, Phil