We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow to use multiple security levels with crypto4:
V4_ALG_1 uses the following primitives:
V4_ALG_1
ECDHE-P384
ECDSA-P384-SHA3-384
V4_ALG_2 uses the following primitives:
V4_ALG_2
ML-KEM-768
ML-DSA-65
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.
No response
The text was updated successfully, but these errors were encountered:
romanstrobl
No branches or pull requests
Description
Allow to use multiple security levels with crypto4:
V4_ALG_1
uses the following primitives:ECDHE-P384
ECDSA-P384-SHA3-384
V4_ALG_2
uses the following primitives:ECDHE-P384
+ML-KEM-768
ECDSA-P384-SHA3-384
+ML-DSA-65
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
The text was updated successfully, but these errors were encountered: