Skip to content

[3.9] bpo-40695: Limit hashlib builtin hash fallback (GH-20259)#20377

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-4cc2f93-3.9
May 25, 2020
Merged

[3.9] bpo-40695: Limit hashlib builtin hash fallback (GH-20259)#20377
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-4cc2f93-3.9

Conversation

@miss-islington

@miss-islington miss-islington commented May 25, 2020

Copy link
Copy Markdown
Contributor

:mod:hashlib no longer falls back to builtin hash implementations when
OpenSSL provides a hash digest and the algorithm is blocked by security
policy.

Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit 4cc2f93)

Co-authored-by: Christian Heimes christian@python.org

https://bugs.python.org/issue40695

Automerge-Triggered-By: @tiran

:mod:`hashlib` no longer falls back to builtin hash implementations when
OpenSSL provides a hash digest and the algorithm is blocked by security
policy.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 4cc2f93)

Co-authored-by: Christian Heimes <christian@python.org>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@tiran: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 7015823 into python:3.9 May 25, 2020
@miss-islington
miss-islington deleted the backport-4cc2f93-3.9 branch May 25, 2020 09:07
@miss-islington

Copy link
Copy Markdown
Contributor Author

@tiran: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@tiran: Status check is done, and it's a success ✅ .

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

Successfully merging this pull request may close these issues.

4 participants