Home
last modified time | relevance | path

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

/external/python/pyopenssl/doc/api/
Dcrypto.rst121 X509StoreContextError objects
124 .. autoclass:: X509StoreContextError
/external/python/pyopenssl/tests/
Dtest_crypto.py32 X509StoreContextError
3443 with pytest.raises(X509StoreContextError) as err:
3461 with pytest.raises(X509StoreContextError) as err:
3530 with pytest.raises(X509StoreContextError) as exc:
3545 with pytest.raises(X509StoreContextError) as exc:
3560 with pytest.raises(X509StoreContextError) as exc:
3578 with pytest.raises(X509StoreContextError) as exc:
3603 with pytest.raises(X509StoreContextError) as exc:
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py1694 class X509StoreContextError(Exception): class
1704 super(X509StoreContextError, self).__init__(message)
1776 return X509StoreContextError(errors, pycert)