mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
This commit is contained in:
parent
a6ca8eee22
commit
443b308fee
9 changed files with 359 additions and 250 deletions
|
@ -317,7 +317,7 @@ class BasicAuthTests(unittest.TestCase):
|
|||
self.assertRaises(urllib.error.HTTPError, urllib.request.urlopen, self.server_url)
|
||||
|
||||
|
||||
@hashlib_helper.requires_hashdigest("md5")
|
||||
@hashlib_helper.requires_hashdigest("md5", openssl=True)
|
||||
class ProxyAuthTests(unittest.TestCase):
|
||||
URL = "http://localhost"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue