The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
Fix for RX TSIP AES GCM 128 unit test resultP/C sizes causing failure.
Added THREADX threading support.
Fixes customer issue with Renesas RX TSIP.
Testing
Tested on RX72N EnvisionKit.
Start wolf tsip crypt Test
simple crypt test by using TSIP
sha_test() passed
sha256_test() passed
tsip_aes_cbc_test() passed
tsip_aes256_test() passed
tsip_aes128_gcm_test() passed
tsip_aes256_gcm_test() passed
tsip_rsa_test(2048) passed
tsip_rsa_SignVerify_test(2048) passed
End wolf tsip crypt Test
Description
Fixes customer issue with Renesas RX TSIP.
Testing
Tested on RX72N EnvisionKit.
Checklist