Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dssl.py458 def _create_unverified_context(protocol=PROTOCOL_TLS, cert_reqs=None, function
500 _create_stdlib_context = _create_unverified_context
509 return _create_unverified_context
521 _create_default_https_context = _create_unverified_context
/external/python/cpython2/Doc/library/
Dhttplib.rst104 :func:`ssl._create_unverified_context` can be passed to the *context*
/external/python/cpython2/Lib/test/
Dtest_ssl.py1218 local_ssl._create_unverified_context)
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2680 context = ssl._create_unverified_context()