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