Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for RSA TSIP RSA Sign/Verify #8206

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Nov 20, 2024

Description

  • Fixes for RSA TSIP RSA Sign/Verify.
  • 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

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

…d THREADX threading support.

```
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_rsa_test(2048) passed
 tsip_rsa_SignVerify_test(2048) passed

End wolf tsip crypt Test
```
@dgarske dgarske self-assigned this Nov 20, 2024
@dgarske dgarske assigned wolfSSL-Bot and unassigned dgarske Nov 20, 2024
@dgarske
Copy link
Contributor Author

dgarske commented Nov 21, 2024

Retest this please. CRL issues

@JacobBarthelmeh JacobBarthelmeh merged commit 04932dd into wolfSSL:master Nov 21, 2024
143 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants