summaryrefslogtreecommitdiff
path: root/jose/apr_jose_decode.c
Commit message (Expand)AuthorAgeFilesLines
* Add APR_DECLARE() to apr_json_*() and apr_jose_*() functions declaration toIvan Zhakov2019-10-081-3/+4
* jose: declare local functions as static.Yann Ylavic2019-01-171-0/+13
* Perform nesting level checks before each invocation of apr_jose_decode()Graham Leggett2018-09-021-0/+35
* apr_jose: Change the signature of apr_jose_make() so that it is noGraham Leggett2018-09-011-56/+59
* apr_jose: Add support for encoding and decoding of JSON Object Graham Leggett2018-09-011-0/+1694