|
054bca1a
|
2023-04-11T00:19:46
|
|
build: Terminate lists in variables with «# EOL»
This means we can add a trailing «\» to every element, so that they
can be removed without requiring modification of other lines, and can
be easily sorted.
Replace the old usage of $(nil) which could possibly end up with junk
added if such variable is ever defined, in the environment.
|
|
a677e686
|
2023-04-06T20:37:41
|
|
test: Add a new test_eq() helper function
|
|
84d269e8
|
2023-04-06T20:37:41
|
|
test: Add cases for SHA224 and SHA512-256
|
|
e50a6db8
|
2021-02-19T23:58:37
|
|
test: Fix pointer type sign mismatch in DEF_TEST_DIGEST() macro
Warned-by: gcc
|
|
b7d06e0d
|
2021-02-19T23:56:07
|
|
Fix signedness type mismatch comparisons
Change the variable type or use a cast.
Warned-by: gcc
|
|
6cedc159
|
2021-02-19T07:14:15
|
|
Fix main() function prototype
Warned-by: gcc
|
|
52ee5476
|
2021-02-19T07:13:51
|
|
Declare local functions as static
Warned-by: gcc
|
|
f23a2145
|
2018-10-06T03:46:51
|
|
Add compatibility with Aladdin Enterprises MD5 implementation
This will be guarded by a LIBMD_MD5_ALADDIN macro check, to avoid
polluting the namespace by unsuspecting code. The macro can always
be defined unconditionally, and the guard could even potentially
be removed in the future if required.
Prompted-by: Yangfl <mmyangfl@gmail.com>
Ref: https://bugs.debian.org/909116
|
|
cf9ac150
|
2018-10-06T04:33:02
|
|
test: Refactor and extend message digest testing
Generate the base test function with a maro, because all of them follow
the same pattern. And extend it by covering more of the API.
|
|
c3c8d859
|
2017-06-01T02:43:22
|
|
build: Drop GCC specific compiler flag -include
Instead, explicitly include <config.h> in library and test source files
for increased portability.
Based-on-patch-by: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
|
|
79b3a0b7
|
2011-05-29T04:48:16
|
|
build: Add build infrastructure
|