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

Fix pyOpenSSL dependency version in setup.py #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paraacha
Copy link

@paraacha paraacha commented Jun 6, 2023

Older versions of pyOpenSSL do not work with latest versions of cryptography, so we need to provide an upper bound while setting version limits.

I encountered this (pypa/pip#8085) alongside some other errors when using latest cryptography versions. I tested Cryptography 2.8 and 3.4.8 and these both worked fine with Frankencerts, so believe this range should work well.

Older versions of pyOpenSSL do not work with latest versions of cryptography, so we need to provide an upper bound while setting version limits.
@paraacha
Copy link
Author

paraacha commented Jun 6, 2023

I'd also suggest updating README to include the compatible OpenSSL versions for pyOpenSSL 19.1.0:

1.0.1
1.0.2
1.1.0
1.1.1

https://www.pyopenssl.org/en/19.1.0/install.html#supported-openssl-versions

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

Successfully merging this pull request may close these issues.

None yet

1 participant