-
Notifications
You must be signed in to change notification settings - Fork 16
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
This backend does not support scrypt. #20
Comments
That is strange. Those packages are right per the cryptography docs. What version of Fedora and openssl? |
Fedora version 23 I'm using python 2.7 |
Looks like scrypt requires openssl 1.1.0 or newer. Your platform is EOL, so you probably need to manually upgrade openssl. I will add this to the readme. |
Thanks for the feedback |
@elliotpeele Any update on merging #22? |
Ref #20: scrypt requires OpenSSL v1.1.0 or newer
Thanks for the reminder, the change is merged now.
… On May 30, 2017, at 10:15 PM, Philip Hane ***@***.***> wrote:
@elliotpeele <https://github.com/elliotpeele> Any update on merging #22 <#22>?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#20 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AADYjtDz_JC9fzxok6wM5kzuDUNB5gswks5r_M03gaJpZM4MtPCF>.
|
Thanks! Did you see my reminder on #19 as well? |
My setup :
OS : fedora
I installed the following packages : gcc libffi-devel python-devel openssl-devel
And I pip installed cryptography.
I get the following error
It seems something is missing.
The text was updated successfully, but these errors were encountered: