diff options
author | Christian Heimes <christian@python.org> | 2020-05-15 16:28:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 16:28:05 (GMT) |
commit | 16d4e6f6f559b4fd21c9d29fea303489f658674f (patch) | |
tree | ebd70940b0147524ed822bf40515e0312f3c6872 /Tools/ssl | |
parent | 6e57237faf0da8904e0130a11350cae3c5062b82 (diff) | |
download | cpython-16d4e6f6f559b4fd21c9d29fea303489f658674f.zip cpython-16d4e6f6f559b4fd21c9d29fea303489f658674f.tar.gz cpython-16d4e6f6f559b4fd21c9d29fea303489f658674f.tar.bz2 |
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
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>
Diffstat (limited to 'Tools/ssl')
0 files changed, 0 insertions, 0 deletions