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

Incompatible pyopenssl and cryptography versions #1138

Closed
wexi opened this issue Oct 15, 2017 · 0 comments
Closed

Incompatible pyopenssl and cryptography versions #1138

wexi opened this issue Oct 15, 2017 · 0 comments

Comments

@wexi
Copy link
Contributor

wexi commented Oct 15, 2017

pyopenssl version 0.14 and cryptography version 1.4 lead to the following run-time error:

I/python (13519): File "/home/enoch/.local/share/python-for-android/dists/gsld/private/lib/python2.7/site-packages/OpenSSL/crypto.py", line 1882, in b64_encode
I/python (13519): AttributeError: 'module' object has no attribute 'CRYPTO_free'

Current solution: Use cryptography version 1.3 as it defines 'CRYPTO_free'

@wexi wexi closed this as completed Nov 9, 2017
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

1 participant