mirror of https://github.com/wolfSSL/wolfssl.git
* fix null pointer derefs in wc_InitRsaKey_Id() and wc_InitRsaKey_Label() (nullPointerRedundantCheck). * fix use of wrong printf variant in rsip_vprintf() (wrongPrintfScanfArgNum). * fix wrong printf format in bench_xmss_sign_verify() (invalidPrintfArgType_sint). * add missing WOLFSSL_XFREE_NO_NULLNESS_CHECK variants of XFREE() (WOLFSSL_LINUXKM, FREESCALE_MQX, FREESCALE_KSDK_MQX). * suppress false-positive uninitvar on "limit" in CheckTLS13AEADSendLimit(). * suppress true-but-benign-positive autoVariables in DoClientHello(). * in wolfcrypt/src/ecc.c, refactor ECC_KEY_MAX_BITS() as a local function to resolve true-but-benign-positive identicalInnerCondition. * refactor flow in wc_ecc_sign_hash_ex() to resolve true-but-benign-positive identicalInnerCondition. |
||
---|---|---|
.. | ||
Kbuild | ||
Makefile | ||
get_thread_size.c | ||
include.am | ||
linuxkm_memory.c | ||
linuxkm_wc_port.h | ||
module_exports.c.template | ||
module_hooks.c | ||
pie_first.c | ||
pie_last.c | ||
pie_redirect_table.c |