mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 07:52:23 +01:00
fix internal functions wolfSSL_read_internal() and ReceiveData() to likewise accept size_t sz; add negative sz checks where needed to other functions that call wolfSSL_read_internal() and ReceiveData(); add min_size_t() and max_size_t() to misc.c/misc.h.