wolfSSL / wolfssl

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!
https://www.wolfssl.com
GNU General Public License v2.0
2.36k stars 834 forks source link

Fixes for RSA TSIP RSA Sign/Verify #8206

Closed dgarske closed 13 hours ago

dgarske commented 1 day ago

Description

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

Checklist

dgarske commented 1 day ago

Retest this please. CRL issues