Implement TSIP RSA Public Enc/Private Dec#8122
Merged
douzzer merged 8 commits intowolfSSL:masterfrom Nov 16, 2024
Merged
Conversation
dgarske
requested changes
Oct 29, 2024
Member
dgarske
left a comment
There was a problem hiding this comment.
[check-source-text] [2 of 7] [wolfssl]
trailing whitespace:
./IDE/Renesas/e2studio/RX72N/EnvisionKit/wolfssl_demo/user_settings.h:249:····
./wolfcrypt/src/port/Renesas/renesas_tsip_rsa.c:238:················
./wolfcrypt/src/port/Renesas/renesas_tsip_rsa.c:258:················
weird control chars, hard tabs, CRs, trailing whitespace:
./wolfcrypt/src/port/Renesas/renesas_common.c:262: »(info->pk.rsa.type == RSA_PRIVATE_DECRYPT ||
./wolfcrypt/src/port/Renesas/renesas_common.c:278: »» info->pk.rsa.type == RSA_PUBLIC_DECRYPT) {
overlong lines added:
wolfcrypt/src/port/Renesas/renesas_tsip_rsa.c:249 "1024 or 2048 bits.");
wolfcrypt/src/port/Renesas/renesas_tsip_rsa.c:269 "1024 or 2048 bits.");
dgarske
requested changes
Oct 29, 2024
Member
dgarske
left a comment
There was a problem hiding this comment.
trailing whitespace:
./IDE/Renesas/e2studio/RX72N/EnvisionKit/wolfssl_demo/user_settings.h:249:····
check-source-text fail_A```
dgarske
approved these changes
Oct 29, 2024
Member
dgarske
left a comment
There was a problem hiding this comment.
Thank you. Awaiting merge until customer provides feedback.
dgarske
requested changes
Nov 4, 2024
dgarske
previously approved these changes
Nov 5, 2024
…Fix crypto callback to properly support PKCSv1.5 sign/verify and encrypt/decrypt based on padding info.
dgarske
approved these changes
Nov 15, 2024
douzzer
approved these changes
Nov 16, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add TSIP RSA public Encryption/Private Decryption
Testing
Run unit test on RX72N
Checklist