aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-19libar2_encode_base64: fix support for overlap1.2.2Mattias Andrée1-6/+22
2022-03-19test: check libar2_decode_base64 with buffer overlapMattias Andrée1-9/+20
2022-02-17Some fixes1.2Mattias Andrée1-13/+43
2022-02-17m styleMattias Andrée1-2/+1
2022-02-17m + add tests for optimisationsMattias Andrée1-5/+60
2022-02-17m + use optimisations '(adds auto-executed function: libar2_init)'Mattias Andrée1-3/+1
2022-02-17Add optimisations (no yet used)Mattias Andrée1-1/+1
2022-02-16Fix previous commitMattias Andrée1-1/+4
2022-02-16Strict parameter order in parameter string (this is what is done in the reference implementation and is the desirable behaviour)Mattias Andrée1-6/+13
2022-02-16Make test code work with musl1.1.1Mattias Andrée1-14/+18
2022-02-16Fix check for 0-prefixed integers parameter stringMattias Andrée1-0/+5
2022-02-16mMattias Andrée1-1/+1
2022-02-16Add more testsMattias Andrée1-19/+41
2022-02-16Add more testsMattias Andrée1-2/+25
2022-02-16mMattias Andrée1-0/+1
2022-02-16Add more test codeMattias Andrée1-2/+123
2022-02-16More tests and some small improvementsMattias Andrée1-13/+191
2022-02-16Small optimisation for little-endian machinesMattias Andrée1-1/+38
2022-02-14Refine libar2_hash_buf_size + add test + securely erase parts of the hash output buffer that is written to but is not part of the hashMattias Andrée1-0/+67
2022-02-13Fix typoMattias Andrée1-2/+2
2022-02-13mMattias Andrée1-0/+1
2022-02-12Use params->version == 0 for implicit specification of version 1.0Mattias Andrée1-0/+48
2022-01-19Fix warningsMattias Andrée1-23/+23
2022-01-17test: improve portabilityMattias Andrée1-1/+13