Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/
Dfetch_sources.py119 ssl_context = ssl._create_unverified_context()
208 ssl_context = ssl._create_unverified_context()
/third_party/python/Lib/
Dssl.py778 def _create_unverified_context(protocol=None, *, cert_reqs=CERT_NONE, function
837 _create_stdlib_context = _create_unverified_context
/third_party/python/Doc/library/
Dhttp.client.rst94 :func:`ssl._create_unverified_context` can be passed to the *context*
/third_party/python/Lib/test/
Dtest_nntplib.py372 ssl_context = ssl._create_unverified_context()
Dtest_httplib.py1713 context = ssl._create_unverified_context()
/third_party/python/Doc/whatsnew/
D3.4.rst2539 context = ssl._create_unverified_context()
D2.7.rst2725 context = ssl._create_unverified_context()