Home
last modified time | relevance | path

Searched defs:_create_unverified_context (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dssl.py464 def _create_unverified_context(protocol=PROTOCOL_TLS, cert_reqs=None, function
/external/python/cpython3/Lib/
Dssl.py581 def _create_unverified_context(protocol=PROTOCOL_TLS, *, cert_reqs=CERT_NONE, function