History log of /lighttpd1.4/src/t/test_base64.c (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: lighttpd-1.4.69, lighttpd-1.4.68, lighttpd-1.4.67, lighttpd-1.4.66
# 5fef5e22 24-Jun-2022 Glenn Strauss <[email protected]>

[core] fix li_base64_dec() on whitespace

(regression in lighttpd 1.4.60 - lighttpd 1.4.65)

impacted: mod_wolfssl loading certificate private keys

must ignore whitespace in count of encoded chars


Revision tags: lighttpd-1.4.65, lighttpd-1.4.64, lighttpd-1.4.63, lighttpd-1.4.62
# bab0e5d0 15-Nov-2021 Glenn Strauss <[email protected]>

[tests] combine tests into test_common.c

combine common components tests into test_common.c

combine into a single executable to reduce compilation/link redundancy


Revision tags: lighttpd-1.4.61, lighttpd-1.4.60
# e7805dbf 19-May-2021 Glenn Strauss <[email protected]>

[core] base64 encode round-up for required space

no need for extra work for precision allocation to avoid 0-3 extra chars

note: callers passing precise buffer size for without padding will need
t

[core] base64 encode round-up for required space

no need for extra work for precision allocation to avoid 0-3 extra chars

note: callers passing precise buffer size for without padding will need
to be modified to pass a slightly larger buffer, e.g. mod_secdownload

show more ...


Revision tags: lighttpd-1.4.59, lighttpd-1.4.58, lighttpd-1.4.57, lighttpd-1.4.56, lighttpd-1.4.56-rc7, lighttpd-1.4.56-rc6, lighttpd-1.4.56-rc5, lighttpd-1.4.56-rc4, lighttpd-1.4.56-rc3, lighttpd-1.4.56-rc2, lighttpd-1.4.56-rc1
# d44a26bf 30-Jul-2020 Glenn Strauss <[email protected]>

[tests] test_base64.c clear buf vs reset

(can be slightly faster to clear buffer than to reset buffer)


Revision tags: lighttpd-1.4.55
# 17e0b6fe 22-Jan-2020 Glenn Strauss <[email protected]>

[tests] use buffer_eq_slen() for str comparison

(substitute buffer_eq_slen() for buffer_is_equal_string())


Revision tags: lighttpd-1.4.54, lighttpd-1.4.53, lighttpd-1.4.52, lighttpd-1.4.51, lighttpd-1.4.50
# 6ccccaaa 23-Apr-2018 Glenn Strauss <[email protected]>

[tests] move src/test_*.c to src/t/