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

Support for EC curve P-384 #679

Open
romanstrobl opened this issue Jan 9, 2025 · 0 comments
Open

Support for EC curve P-384 #679

romanstrobl opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@romanstrobl
Copy link
Member

Description

Add implementation of ECDH and ECDSA with curve P-384:

  • ECDSA, use SHA3-384 to calculate data hash and P-384 to sign or verify the signature
  • ECDH, use P-384 to establish shared secret

Review existing code where P-256 curve is used and refactor existing code where necessary.

Cover the new EC curve algorithm implementations by tests.

Acceptance criteria

No response

Technical specification

No response

QA specification

No response

JIRA issue code

No response

@romanstrobl romanstrobl changed the title [Feature]: Support for Curve P-384 [Feature]: Support for EC curve P-384 Jan 9, 2025
@romanstrobl romanstrobl changed the title [Feature]: Support for EC curve P-384 Support for EC curve P-384 Jan 9, 2025
@romanstrobl romanstrobl self-assigned this Jan 9, 2025
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

No branches or pull requests

1 participant