Commit Graph

4 Commits (master)

Author SHA1 Message Date
sebastian-carpenter a59a4f8b96 update license to GPLv3 2026-07-09 18:24:23 +02:00
Robert de Vries ac7f6fd844 Fix conditional execution of test_error_string.
The pytest.mark.skipif does not prevent evaluation of parameters
on the next line.
2026-04-16 23:28:22 +02:00
Robert de Vries 81a80a4958 Created a function to retrieve error strings for an error code.
This should address all review comments.
2026-04-15 16:11:26 +02:00
Robert de Vries 4813648e74 Add support for wcGetErrorString() including error codes.
It was already used, but not compiled in.
A unit test is added.

As wcGetErrorString() always returns a string the error handling
in class _Hmac  has been removed.
2026-04-12 22:10:36 +02:00