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

Security levels for crypto4 #683

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

Security levels for crypto4 #683

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

Comments

@romanstrobl
Copy link
Member

Description

Allow to use multiple security levels with crypto4:

  • V4_ALG_1 uses the following primitives:

    • KEM: ECDHE-P384
    • Signature: ECDSA-P384-SHA3-384
    • This scheme is not quantum resistant
  • V4_ALG_2 uses the following primitives:

    • KEM: Composite, ECDHE-P384 + ML-KEM-768
    • Signature: Composite, ECDSA-P384-SHA3-384 + ML-DSA-65
    • This scheme is quantum resistant

Design an API to work with mutliple security levels.

Choose more descriptive names for these levels.

Allow to switch security levels when crypto4 is used.

Cover the new functionality with tests.

Acceptance criteria

No response

Technical specification

No response

QA specification

No response

JIRA issue code

No response

@romanstrobl romanstrobl changed the title [Feature]: Security Levels for Crypto4 [Feature]: Security levels for crypto4 Jan 9, 2025
@romanstrobl romanstrobl changed the title [Feature]: Security levels for crypto4 Security levels for crypto4 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