Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dssl.py393 def _load_windows_store_certs(self, storename, purpose): member in SSLContext
412 self._load_windows_store_certs(storename, purpose)
/external/python/cpython3/Lib/
Dssl.py460 def _load_windows_store_certs(self, storename, purpose): member in SSLContext
479 self._load_windows_store_certs(storename, purpose)
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst301 Fix SSLContext._load_windows_store_certs fails with PermissionError
531 ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst439 Fix SSLContext._load_windows_store_certs fails with PermissionError
D3.5.2rc1.rst521 Fix SSLContext._load_windows_store_certs fails with PermissionError
947 ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
D3.6.0a1.rst1542 ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch