aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/test_chunk.c
Commit message (Collapse)AuthorAgeFilesLines
* unit-tests: Move test suites to its own subfolderMartin Willi2013-11-061-876/+0
|
* chunk: Print chunks without separator if + modifier is usedTobias Brunner2013-08-241-4/+17
|
* chunk: Add predictable hash functionTobias Brunner2013-06-281-1/+33
| | | | | Since chunk_hash() is randomized its output is not predictable, that is, it is only within the same process.
* unit-tests: don't use ck_assert() to test a cleared chunk, as it allocates dataMartin Willi2013-06-211-3/+10
| | | | The new allocation might be in the freed area, affecting the test result.
* Enable leak detective for all test casesTobias Brunner2013-06-111-1/+1
|
* Additional tests for chunk_tTobias Brunner2013-06-111-2/+625
|
* Adding chunk_mac() which calculates a 64-bit MAC using SipHash-2-4Tobias Brunner2013-06-111-0/+113
|
* Converted tests for chunk_tTobias Brunner2013-06-111-0/+88