Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dpythoninfo.py509 ('default_https_context', ssl._create_default_https_context()),
/third_party/python/Lib/http/
Dclient.py1421 context = ssl._create_default_https_context()
/third_party/python/Lib/
Dssl.py833 _create_default_https_context = create_default_context variable