summaryrefslogtreecommitdiff
path: root/src/ck.c
Commit message (Expand)AuthorAgeFilesLines
* [core] use C23 memset_explicit() were availableGlenn Strauss2023-03-011-0/+10
* [multiple] quiet some coverity false positivesGlenn Strauss2023-01-131-1/+1
* [core] ck_calloc() ck_malloc() ck_realloc_u32()Glenn Strauss2022-12-101-1/+35
* [core] fix compiler warning in 32-bit buildGlenn Strauss2021-11-241-1/+1
* [core] make ck_memeq_const_time() more generic (#3112)Glenn Strauss2021-10-271-8/+7
* [core] add comment to ck_memeq_const_time()Glenn Strauss2021-10-161-0/+5
* [multiple] __attribute_nonnull__ now takes paramsGlenn Strauss2021-10-051-1/+1
* [core] portability tweaks for various platforms/ccGlenn Strauss2021-10-011-0/+5
* [core] change backtrace format to put addr firstGlenn Strauss2021-09-081-2/+2
* [core] expose ck_bt() for debuggingGlenn Strauss2021-09-081-9/+21
* [core] move backtrace and assert macros to ck.[ch]Glenn Strauss2021-08-271-1/+100
* [core] comment out ck_getenv_s() (unused)Glenn Strauss2021-08-271-0/+2
* [multiple] move const time cmp funcs to ck.[ch]Glenn Strauss2021-08-271-0/+43
* [core] ck.[ch] - C11 Annex K wrappersGlenn Strauss2021-08-271-0/+256