mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add DEFAULT_CIPHERS to urllib3.util.ssl_ (#7399)
This commit is contained in:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user