Searched refs:X509StoreContextError (Results 1 – 3 of 3) sorted by relevance
121 X509StoreContextError objects124 .. autoclass:: X509StoreContextError
32 X509StoreContextError3443 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:
1694 class X509StoreContextError(Exception): class1704 super(X509StoreContextError, self).__init__(message)1776 return X509StoreContextError(errors, pycert)