Skip to content

Refactor X.509 handling to use python cryptography

Duncan Macleod requested to merge cryptography into main

This PR refactors the X.509 handling in CIECPLib to use the Python Cryptography package, rather than an arbitrary combination of pyOpenSSL and M2Crypto.

This is almost entirely complete, with the exception that on Debian (all versions) and RHEL7 and derivatives the version of cryptography is too old to do everything we need it to do.

Closes #95 (closed).

Merge request reports