-
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
Renesas RX TSIP ECDSA support #7685
Merged
Merged
Conversation
This file contains 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
…ENESAS_TSIP_CRYPT_HASH`.
Fix building ECC with NO_ASN (`./configure --enable-cryptonly --disable-rsa --disable-asn --disable-examples`).
…A crypto callback "res" on success.
Retest this please |
…EccKeyPair incorrect free of key if TSIP not used (ZD18222).
Retest this please |
miyazakh
previously approved these changes
Jul 10, 2024
Hi @dgarske |
Retest this please |
dgarske
added a commit
to dgarske/wolfBoot
that referenced
this pull request
Jul 17, 2024
…CC compiler. * Added initialization of the clocks and UART driver. - wolfBoot uses on chip high speed oscillator (HOCO) at (120MHz RX65N and 240Mhz for RX72N). * Added RX RSPI and QSPI driver support with external SPI flash * Improve documentation and fix spelling errors. * Added .srec (s-record) format support * Added RX TSIP support for ECDSA (requires wolfSSL/wolfssl#7685). * Allow custom implementation of `get_trailer_at`, `set_trailer_at` and `set_partition_magic` using `CUSTOM_PARTITION_TRAILER`
danielinux
pushed a commit
to wolfSSL/wolfBoot
that referenced
this pull request
Jul 17, 2024
…CC compiler. * Added initialization of the clocks and UART driver. - wolfBoot uses on chip high speed oscillator (HOCO) at (120MHz RX65N and 240Mhz for RX72N). * Added RX RSPI and QSPI driver support with external SPI flash * Improve documentation and fix spelling errors. * Added .srec (s-record) format support * Added RX TSIP support for ECDSA (requires wolfSSL/wolfssl#7685). * Allow custom implementation of `get_trailer_at`, `set_trailer_at` and `set_partition_magic` using `CUSTOM_PARTITION_TRAILER`
Confirmed that tests including client/server example are passed on the latest change |
miyazakh
previously approved these changes
Jul 18, 2024
@miyazakh if you are happy with the PR please indicate approved. I'd like to get this PR merged in soon. |
SparkiDev
requested changes
Jul 18, 2024
IDE/Renesas/e2studio/RX72N/EnvisionKit/wolfssl_demo/user_settings.h
Outdated
Show resolved
Hide resolved
…tion and spelling.
SparkiDev
approved these changes
Jul 19, 2024
retest this please |
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
Support for Renesas RX TSIP with ECDSA and Crypto Callbacks.
./configure --enable-cryptonly --disable-rsa --disable-asn --disable-examples
). Adds support for raw R+S signature.WOLFSSL_RENESAS_TSIP_CRYPTONLY
andNO_WOLFSSL_RENESAS_TSIP_CRYPT_HASH
.wc_GenerateSeed
support for RX TSIP removed in Update random generation on RX TSIP #6851.Testing
Checklist