-
Notifications
You must be signed in to change notification settings - Fork 834
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
Support TSIP crypt only #6520
Support TSIP crypt only #6520
Conversation
Hi @cconlon |
retest this please |
IDE/Renesas/e2studio/RX72N/EnvisionKit/wolfssl_demo/wolfssl_tsip_unit_test.c
Outdated
Show resolved
Hide resolved
IDE/Renesas/e2studio/RX72N/EnvisionKit/wolfssl_demo/wolfssl_tsip_unit_test.c
Outdated
Show resolved
Hide resolved
Sort out TSIP
|
Verification status
Hi @TakayukiMatsuo |
Hi @cconlon and @TakayukiMatsuo This is ready for review. |
Will start running on RX65 RSK board. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some build and runtime errors on the RSK-RX65N-2MB board. One of the errors is a link error regarding section settings. Increased use of variables in wolfSSL can lead to errors. To avoid the section error, could you please add the updated section file to this PR? To update the file, rename the attached "section.txt" to "section.est", replace the file RSK/resource/section.esi with the renamed file.
Even with the commented changes, RSA signature verification (tsip_VerifyRsaPkcsCb) fails. It occure in SendCertificateVerify in TLS1.2.
attachement: section.txt
retest this please |
Hi @cconlon this is blocking wolfBoot PR wolfSSL/wolfBoot#318 |
0062056
to
a35f5ac
Compare
@TakayukiMatsuo Is looking into RSA sign/verify failures with these changes on RX65 RSK board. Assigning to him for updates/comments. |
- Aes, sha, - rsa MakeRsaKey, sign/verify fix compile error when not enabled TSIP
Description
Support Aes, sha and Rsa( MakeRsaKey and sign/verify)
Sort out TSIP macro definition,
WOLFSSL_RENESAS_TSIP_TLS
andWOLFSSL_RENESAS_TSIP_CRYPTONLY
.WOLFSSL_RENESAS_TSIP_CRYPT
is obsolete now.This is supposed to be used for wolfBoot on RX72N.
Testing
Checklist