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

Implement ECDSA keymgmt and signatures #58

Merged
merged 12 commits into from
May 20, 2024
Merged

Conversation

tgonzalezorlandoarm
Copy link
Member

No description provided.

@@ -5,7 +5,8 @@ use crate::openssl_bindings::*;
use crate::{
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: Commit description should say changed to an ECDSA function.?

Copy link
Member Author

Choose a reason for hiding this comment

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

Could you tell me the SHA of the commit or the title?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

I think the description is clear enough. It does not change to a function, but rather it just says that it uses a new implementation table for ECDSA. What do you think?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Right

Copy RSA's implementation table and use it for ECDSA.
Each function in that implementation table will be sequentially
changed to an RSA function.

Signed-off-by: Tomás González <[email protected]>
@tgonzalezorlandoarm tgonzalezorlandoarm changed the base branch from gsk/rsa_keymgmt to main May 16, 2024 16:14
@tgonzalezorlandoarm tgonzalezorlandoarm force-pushed the tg/ecdsa_keymgmt-pr branch 4 times, most recently from db30df1 to e0caa84 Compare May 19, 2024 03:22
@tgonzalezorlandoarm tgonzalezorlandoarm force-pushed the tg/ecdsa_keymgmt-pr branch 2 times, most recently from f3825f8 to ac2a1b0 Compare May 20, 2024 10:42
@tgonzalezorlandoarm tgonzalezorlandoarm force-pushed the tg/ecdsa_keymgmt-pr branch 3 times, most recently from 4d5fc77 to 0582828 Compare May 20, 2024 13:42
As EcPoint does not implement the clone trait, the current
implementation of keymgmt duplication does not work.

Signed-off-by: Tomás González <[email protected]>
Signed-off-by: Tomás González <[email protected]>
Copy link
Collaborator

@gowthamsk-arm gowthamsk-arm left a comment

Choose a reason for hiding this comment

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

LGTM

@tgonzalezorlandoarm tgonzalezorlandoarm merged commit 289edd4 into main May 20, 2024
7 of 9 checks passed
@tgonzalezorlandoarm tgonzalezorlandoarm deleted the tg/ecdsa_keymgmt-pr branch May 20, 2024 15:50
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.

2 participants