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.py30 X509StoreContextError,
3811 with pytest.raises(X509StoreContextError) as err:
3831 with pytest.raises(X509StoreContextError) as err:
3982 with pytest.raises(X509StoreContextError):
4041 with pytest.raises(X509StoreContextError) as exc:
4056 with pytest.raises(X509StoreContextError) as exc:
4071 with pytest.raises(X509StoreContextError) as exc:
4089 with pytest.raises(X509StoreContextError) as exc:
4114 with pytest.raises(X509StoreContextError) as exc:
4148 with pytest.raises(X509StoreContextError) as exc:
[all …]
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py1732 class X509StoreContextError(Exception): class
1742 super(X509StoreContextError, self).__init__(message)
1852 return X509StoreContextError(errors, pycert)