Home
last modified time | relevance | path

Searched refs:_create_unverified_context (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
Dssl.py464 def _create_unverified_context(protocol=PROTOCOL_TLS, cert_reqs=None, function
506 _create_stdlib_context = _create_unverified_context
515 return _create_unverified_context
527 _create_default_https_context = _create_unverified_context
/external/deqp/external/
Dfetch_sources.py119 ssl_context = ssl._create_unverified_context()
207 ssl_context = ssl._create_unverified_context()
/external/python/cpython3/Lib/
Dssl.py581 def _create_unverified_context(protocol=PROTOCOL_TLS, *, cert_reqs=CERT_NONE, function
628 _create_stdlib_context = _create_unverified_context
/external/python/cpython2/Doc/library/
Dhttplib.rst104 :func:`ssl._create_unverified_context` can be passed to the *context*
/external/python/cpython3/Doc/library/
Dhttp.client.rst94 :func:`ssl._create_unverified_context` can be passed to the *context*
/external/python/cpython3/Lib/test/
Dtest_httplib.py1597 context = ssl._create_unverified_context()
/external/python/cpython2/Lib/test/
Dtest_ssl.py1237 local_ssl._create_unverified_context)
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2539 context = ssl._create_unverified_context()
D2.7.rst2725 context = ssl._create_unverified_context()
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2695 context = ssl._create_unverified_context()