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

This backend does not support scrypt. #20

Open
tonthon opened this issue Mar 29, 2017 · 7 comments
Open

This backend does not support scrypt. #20

tonthon opened this issue Mar 29, 2017 · 7 comments

Comments

@tonthon
Copy link

tonthon commented Mar 29, 2017

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

    raise UnsupportedAlgorithm("This backend does not support scrypt.")
cryptography.exceptions.UnsupportedAlgorithm: This backend does not support scrypt.

It seems something is missing.

@secynic
Copy link
Contributor

secynic commented Mar 29, 2017

That is strange. Those packages are right per the cryptography docs.

What version of Fedora and openssl?

@tonthon
Copy link
Author

tonthon commented Mar 30, 2017

Fedora version 23
openssl.x86_64 version 1:1.0.2j-1.fc23

I'm using python 2.7

@secynic
Copy link
Contributor

secynic commented Mar 30, 2017

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.

secynic added a commit to secynic/pyramid_oauth2_provider that referenced this issue Apr 2, 2017
@tonthon
Copy link
Author

tonthon commented Apr 3, 2017

Thanks for the feedback

@secynic
Copy link
Contributor

secynic commented May 31, 2017

@elliotpeele Any update on merging #22?

elliotpeele added a commit that referenced this issue May 31, 2017
Ref #20: scrypt requires OpenSSL v1.1.0 or newer
@elliotpeele
Copy link
Owner

elliotpeele commented May 31, 2017 via email

@secynic
Copy link
Contributor

secynic commented Jun 1, 2017

Thanks! Did you see my reminder on #19 as well?

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

3 participants