Home
last modified time | relevance | path

Searched refs:_create_default_https_context (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dssl.py518 _create_default_https_context = _get_https_context_factory() variable
523 global _create_default_https_context
525 _create_default_https_context = create_default_context
527 _create_default_https_context = _create_unverified_context
Dhttplib.py1247 context = ssl._create_default_https_context()
/external/python/cpython3/Lib/test/
Dpythoninfo.py509 ('default_https_context', ssl._create_default_https_context()),
/external/python/cpython2/Lib/test/
Dtest_ssl.py1232 self.assertIs(local_ssl._create_default_https_context,
1236 self.assertIs(local_ssl._create_default_https_context,
1240 self.assertIs(local_ssl._create_default_https_context,
1245 self.assertIs(local_ssl._create_default_https_context,
/external/python/cpython3/Lib/http/
Dclient.py1421 context = ssl._create_default_https_context()
/external/python/cpython3/Lib/
Dssl.py833 _create_default_https_context = create_default_context variable