Closed douzzer closed 1 week ago
retest this please
not ready for merge yet -- offline testing by @lealem47 found bug(s).
should be ready for merge now, but this effort uncovered nondeterministic bugs in snifferTest that need attention. @lealem47 repro'd and knows the details.
rename
WOLFSSL_GLOBAL
toWC_THREADSHARED
, and refactor mutex handling insrc/sniffer.c
for consistency and correctness, also adding gating on !SINGLE_THREADED
for efficiency;add
wc_static_assert
inwolfcrypt/test/test.h
to assure thatWC_TEST_RET_ENC()
can correctly handle all error codes.tested with
wolfssl-multi-test.sh ... commit-test-potpourri super-quick-check
also tested with