Searched refs:X509StoreContextError (Results 1 – 3 of 3) sorted by relevance
121 X509StoreContextError objects124 .. autoclass:: X509StoreContextError
30 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 …]
1732 class X509StoreContextError(Exception): class1742 super(X509StoreContextError, self).__init__(message)1852 return X509StoreContextError(errors, pycert)