[WIP] bpo-36263: Fix hashlib.scrypt() by vstinner · Pull Request #12280 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

vstinner wants to merge 1 commit intopython:masterfrom

vstinner:test_scrypt

Closed

[WIP] bpo-36263: Fix hashlib.scrypt()#12280

vstinner wants to merge 1 commit intopython:masterfrom

vstinner:test_scrypt

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Mar 11, 2019

edited by bedevere-bot

Loading

Fix hashlib.scrypt(): pass the salt when validating arguments.

https://bugs.python.org/issue36263

Fix hashlib.scrypt(): pass the salt when validating arguments.

@vstinner

Copy link Copy Markdown

Member Author

@vstinner vstinner changed the title bpo-36263: Fix hashlib.scrypt() [WIP] bpo-36263: Fix hashlib.scrypt()

Mar 11, 2019

@vstinner

Copy link Copy Markdown

Member Author

test_hashlib only fails on Fedora which has a downstream patch: https://bugs.python.org/issue36263#msg337685

I contacted the Fedora openssl package maintainer to see if he can fix the downstream patch instead.

@vstinner

Copy link Copy Markdown

Member Author

OpenSSL regression has been fixed in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1688284

I close the PR.

@vstinner vstinner closed this

Apr 16, 2019

@vstinner vstinner deleted the test_scrypt branch

April 16, 2019 16:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@tiran tiran Awaiting requested review from tiran

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot