Takashi Kojo
Takashi Kojo
- Set timeout in tcp_select timeout.tv_sec = to_sec; - Set non-blocking to "connd", as well. fcntl(connd, F_SETFL, O_NONBLOCK) - tcp_select(connd,...) for wolfSSL_accept, read, write - make all 3 args non-NULL...
MCU: Renesas RX72N Board: RX72N/Envision Kit IDE: e2Studio Compiler: CCRX FIT Module: r_flash_rx Flash access: hal/renesasRx.c e2Studio Project: wolfBoot IDE/Renesas/e2studio_CCRX/wolfBoot Sample app IDE/Renesas/e2studio_CCRX/app_RenesasRX01
# Description Add EC_POINT_hex2point Enable HAVE_COMP_KEY for Compressed Key Fixes zd #17090 # Testing compressed and uncompressed in test_wolfSSL_EC_POINT, api.c # Checklist - [x] added tests - [ ] updated/added...
# Description allow sigParamsSz is zero and malloc(0) to return NULL Fixes zd#18481 # Testing ./configure CFLAGS="-DWC_RSA_PSS" --enable-crl --enable-opensslall make check # Checklist - [ ] added tests - [...
Macro name: WOLFSSL_HAVE_MLKEM Remove redundant wolfSSL_UseKeyShare on the server side