Skip to content

bpo-40479: Fix hashlib issue with OpenSSL 3.0.0#20107

Merged
miss-islington merged 1 commit into
python:masterfrom
tiran:test_openssl300
May 15, 2020
Merged

bpo-40479: Fix hashlib issue with OpenSSL 3.0.0#20107
miss-islington merged 1 commit into
python:masterfrom
tiran:test_openssl300

Conversation

@tiran
Copy link
Copy Markdown
Member

@tiran tiran commented May 15, 2020

OpenSSL 3.0.0-alpha2 was released today. The FIPS_mode() function has
been deprecated and removed. It no longer makes sense with the new
provider and context system in OpenSSL 3.0.0.

EVP_default_properties_is_fips_enabled() is good enough for our needs in
unit tests. It's an internal API, too.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue40479

Automerge-Triggered-By: @tiran

Loading
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.

5 participants