Skip to content

Conversation

@miyazakh
Copy link
Contributor

No description provided.

@dgarske dgarske self-requested a review June 19, 2025 13:04
@dgarske dgarske self-assigned this Jun 19, 2025
@dgarske dgarske requested a review from Copilot June 19, 2025 15:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a wolfCrypt sample for Renesas RH850 using the CS+ environment. Key changes include configuration macros in user_settings.h, implementation of RSA-PSS signing and verification in rsapss.c (with support for both RSA2048 and RSA3072), custom string I/O routines in rh_string.c/h, and necessary boot and startup files for the target device.

Reviewed Changes

Copilot reviewed 10 out of 12 changed files in this pull request and generated 4 comments.

File Description
Renesas/cs+/RH850/rsapss_sign_verify/user_settings.h Added configuration macros for wolfCrypt; duplicate definitions detected.
Renesas/cs+/RH850/rsapss_sign_verify/rsapss.c Implements RSA-PSS sign/verify sample; potential issue with decryption buffer declaration.
Renesas/cs+/RH850/rsapss_sign_verify/main.c Integrates the sample into a startup flow; contains a minor typo.
Other files (rsa_private_.c, rh_string., boot.asm, cstart.asm, README.md) Added support files and documentation for the new sample.

@dgarske dgarske assigned miyazakh and unassigned dgarske and wolfSSL-Bot Jun 19, 2025
@miyazakh miyazakh force-pushed the rh850_sign_example branch from 9a87132 to 0ad1850 Compare June 25, 2025 03:55
@miyazakh miyazakh assigned wolfSSL-Bot and unassigned miyazakh Jun 25, 2025
Copy link
Contributor

@dgarske dgarske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash to remove the intermediate commits with Renesas code.

@dgarske dgarske requested a review from cconlon June 25, 2025 14:17
@miyazakh miyazakh force-pushed the rh850_sign_example branch from 0ad1850 to 932dbf7 Compare June 25, 2025 21:30
@miyazakh miyazakh removed their assignment Jun 26, 2025
@dgarske dgarske merged commit 3658b76 into wolfSSL:master Jun 27, 2025
1 check 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.

3 participants