Add DEFAULT_CIPHERS to urllib3.util.ssl_ (#7399)

This commit is contained in:
Hugo
2022-02-28 19:08:16 +01:00
committed by GitHub
parent 98d9ed44cd
commit ba1482bba4

View File

@@ -12,6 +12,7 @@ create_default_context: Any
OP_NO_SSLv2: Any
OP_NO_SSLv3: Any
OP_NO_COMPRESSION: Any
DEFAULT_CIPHERS: str
def assert_fingerprint(cert, fingerprint): ...
def resolve_cert_reqs(candidate): ...