Home
last modified time | relevance | path

Searched refs:_windows_cert_stores (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dssl.py350 _windows_cert_stores = ("CA", "ROOT") variable in SSLContext
411 for storename in self._windows_cert_stores:
/external/python/cpython3/Lib/
Dssl.py382 _windows_cert_stores = ("CA", "ROOT") variable in SSLContext
478 for storename in self._windows_cert_stores: