google / certificate-transparency

Auditing for TLS certificates.
https://certificate.transparency.dev
Apache License 2.0
869 stars 283 forks source link

Replace M2Crypto usage in print_log_list.py with cryptography.io #1452

Closed RJPercival closed 6 years ago

RJPercival commented 6 years ago

We don't state a dependency on M2Crypto in requirements.txt, and it creates a transitive dependency on a compatible version of OpenSSL being installed too, so it'd make this script more portable if we used cryptography.io instead (we started migrating to that with PR #953).