Description
It seems that pyopenssl library should not be used for cryptography: https://github.com/pyca/pyopenssl
Note: The Python Cryptographic Authority strongly suggests the use of pyca/cryptography where possible. If you are using pyOpenSSL for anything other than making a TLS connection you should move to cryptography and drop your pyOpenSSL dependency.
It seems that it is still being used in cert: https://github.com/IdentityPython/pysaml2/blob/master/src/saml2/cert.py#L8
Is it expected? Is there a plan to fix it?
Code Version
7.2.1
Expected Behavior
No dependency on pyopenssl
Current Behavior
pyopenssl is a dependency and is being used for cert.
Please let me know if we are wrong and that the library is not being used for cryptography and only for TLS connection.
Also please let me know if we need to provide any further information.
Thanks in advance.