summaryrefslogtreecommitdiff
path: root/encoding/apr_encode.c
Commit message (Expand)AuthorAgeFilesLines
* encoding: Better check inputs of apr_{encode,decode}_* functions.Yann Ylavic2022-06-271-632/+766
* apr_decode_base{64,32,16}: stop reading before (not including) NUL byte.Yann Ylavic2020-11-271-18/+42
* apr_encode_base32: fix advertised output *len when called with dst == NULL.Yann Ylavic2020-11-271-1/+1
* Address some warnings raised by MSVC-32/64.Yann Ylavic2019-04-031-2/+2
* Add the apr_encode_* API that implements RFC4648 and RFC7515Graham Leggett2018-06-251-0/+1419