Home
last modified time | relevance | path

Searched defs:CertificateError (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/setuptools/
Dssl_support.py48 CertificateError = None variable
53 class CertificateError(ValueError): class
/external/python/cpython2/Lib/
Dssl.py200 class CertificateError(ValueError): class
/external/python/cpython3/Lib/
Dssl.py272 CertificateError = SSLCertVerificationError variable