Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usage of pyopenssl library #879

Open
defigor opened this issue Nov 3, 2022 · 4 comments
Open

usage of pyopenssl library #879

defigor opened this issue Nov 3, 2022 · 4 comments

Comments

@defigor
Copy link

defigor commented Nov 3, 2022

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.

@c00kiemon5ter
Copy link
Member

Hello, this is known and will be fixed, but I don't have a specific timeframe. This time of the year is very busy with meetings but I hope I can get to it soon.

@defigor
Copy link
Author

defigor commented Feb 13, 2023

Hi @c00kiemon5ter I hope this time is less busy.
By any chance do you have an update on this one?

@defigor
Copy link
Author

defigor commented Jun 5, 2023

Hi, by any chance are there any updates on this issue?

@defigor
Copy link
Author

defigor commented Sep 3, 2023

Hi, just checking if there are any updates on this one. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants