summaryrefslogtreecommitdiff
path: root/test/testencode.c
Commit message (Expand)AuthorAgeFilesLines
* testencode: Follow up to r1902281: Inline, no calling convention assumptions.ylavic2022-06-271-54/+64
* testencode: Follow up to r1902281: Correct call convention for encdec_fn (try...ylavic2022-06-271-1/+5
* testencode: Follow up to r1902281: Correct call convention for encdec_fn.ylavic2022-06-271-1/+1
* testencode: Follow up to r1902281: error tests for apr_decode_base16_binary.ylavic2022-06-271-2/+28
* encoding: Better check inputs of apr_{encode,decode}_* functions.ylavic2022-06-271-0/+158
* Use ABTS_SIZE_EQUAL in test suite.ivan2022-06-191-35/+35
* apr_decode_base{64,32,16}: stop reading before (not including) NUL byte.ylavic2020-11-271-7/+17
* testencode: better fix compilation on VS.ylavic2019-03-251-256/+72
* testencode: fix compilation on VS.ylavic2019-03-221-28/+11
* Add the apr_encode_* API that implements RFC4648 and RFC7515minfrin2018-06-251-0/+1117