pyramid_oauth2_provider
pyramid_oauth2_provider copied to clipboard
This backend does not support scrypt.
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.
That is strange. Those packages are right per the cryptography docs.
What version of Fedora and openssl?
Fedora version 23 openssl.x86_64 version 1:1.0.2j-1.fc23
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?
Thanks for the reminder, the change is merged now.
On May 30, 2017, at 10:15 PM, Philip Hane [email protected] wrote:
@elliotpeele https://github.com/elliotpeele Any update on merging #22 https://github.com/elliotpeele/pyramid_oauth2_provider/pull/22?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/elliotpeele/pyramid_oauth2_provider/issues/20#issuecomment-305062655, or mute the thread https://github.com/notifications/unsubscribe-auth/AADYjtDz_JC9fzxok6wM5kzuDUNB5gswks5r_M03gaJpZM4MtPCF.
Thanks! Did you see my reminder on #19 as well?