Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | encoding: Better check inputs of apr_{encode,decode}_* functions. | ylavic | 2022-06-27 | 1 | -632/+766 |
* | apr_decode_base{64,32,16}: stop reading before (not including) NUL byte. | ylavic | 2020-11-27 | 1 | -18/+42 |
* | apr_encode_base32: fix estimated output *len (when called with src == NULL). | ylavic | 2020-11-27 | 1 | -1/+1 |
* | Address some warnings raised by MSVC-32/64. | ylavic | 2019-04-03 | 1 | -2/+2 |
* | Add the apr_encode_* API that implements RFC4648 and RFC7515 | minfrin | 2018-06-25 | 1 | -0/+1419 |