Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ASSERT_STREQ for simple cases | Ivan Kruglov | 2024-04-15 | 1 | -6/+6 |
| | |||||
* | Added more ASSERT macro and also make some test file to use them | Unique-Usman | 2024-03-22 | 1 | -1/+1 |
| | |||||
* | test: fix indentation | Yu Watanabe | 2022-06-02 | 1 | -45/+45 |
| | |||||
* | test: Use TEST macro | Jan Janssen | 2021-11-25 | 1 | -10/+2 |
| | | | | | | | | | This converts to TEST macro where it is trivial. Some additional notable changes: - simplify HAVE_LIBIDN #ifdef in test-dns-domain.c - use saved_argc/saved_argv in test-copy.c, test-path-util.c, test-tmpfiles.c and test-unit-file.c | ||||
* | basic: add hmac_sha256 implementation | Luca Boccassi | 2021-10-08 | 1 | -0/+76 |
Based on the FIPS 198 specification. Not optimized and probably completely unsafe, to be used only for non-strong-cryptographic purposes when OpenSSL cannot be used. |