Glenn Strauss
|
ec88f62b5a
|
[core] change backtrace format to put addr first
(better monospaced alignment of frame num, addr, offset, name)
|
10 months ago |
Glenn Strauss
|
84ff9ac9c9
|
[core] expose ck_bt() for debugging
|
10 months ago |
Glenn Strauss
|
1cd73b08a6
|
[core] move backtrace and assert macros to ck.[ch]
|
10 months ago |
Glenn Strauss
|
07aa7eedcc
|
[core] comment out ck_getenv_s() (unused)
ck_getenv_s() not currently used in lighttpd;
lighttpd process env is stable
|
10 months ago |
Glenn Strauss
|
62ccda8592
|
[multiple] move const time cmp funcs to ck.[ch]
http_auth_const_time_memeq_pad() -> ck_memeq_const_time()
http_auth_const_time_memeq() -> ck_memeq_const_time_fixed_len()
|
10 months ago |
Glenn Strauss
|
86c39754f2
|
[core] ck.[ch] - C11 Annex K wrappers
(selected functions; not complete)
(import from one of my development branches from 2016)
define safe_memclear() -> ck_memzero() for transition
|
10 months ago |