summaryrefslogtreecommitdiff
path: root/src/base64.c
Commit message (Expand)AuthorAgeFilesLines
* [core] fix li_base64_dec() on whitespaceGlenn Strauss2022-07-011-7/+8
* [core] base64url pad char is '='; change from '.'Glenn Strauss2021-09-081-4/+4
* [core] li_base64_dec()Glenn Strauss2021-08-271-1/+1
* [core] load padding char from base64_tableGlenn Strauss2021-05-201-12/+1
* [core] li_base64_dec() on 4 bytes at a timeGlenn Strauss2021-05-201-68/+48
* [core] merge base64 encoding to li_base64_enc()Glenn Strauss2021-05-191-24/+18
* [core] base64 encode w/ reduced data dependenciesGlenn Strauss2021-05-191-12/+13
* [core] base64 encode round-up for required spaceGlenn Strauss2021-05-181-11/+6
* [core] consolidate overflow checks in li_to_base64Glenn Strauss2021-05-061-3/+5
* [core] base64_charset enum supports only 2 tablesGlenn Strauss2021-05-061-24/+6
* [core] buffer_append_base64_encode_opt()Glenn Strauss2021-05-061-15/+8
* [core] li_to_base64 alt code to add paddingGlenn Strauss2021-05-061-28/+25
* [core] li_base64_decode mark cold code pathGlenn Strauss2021-05-061-15/+13
* [core] li_base64_decode similar to li_to_base64Glenn Strauss2021-05-061-13/+21
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [core] fix base64 decode when char is unsigned (fixes #2848)Glenn Strauss2017-12-211-3/+3
* [unittests] consolidate base64 test codeGlenn Strauss2017-10-031-6/+6
* [base64] fix another crash due to broken force_assert conditionsStefan Bühler2016-03-251-2/+2
* [base64] fix crash due to broken force_assertAndrey Mnatsakanov2016-03-231-1/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [core] refactor base64 functions into separate fileStefan Bühler2015-11-221-0/+233