feat(registry): add OPAQUE (RFC 9807)#796
Open
Mehrn0ush wants to merge 1 commit intoCycloneDX:masterfrom
Open
Conversation
3e36d7c to
ea4d756
Compare
Member
|
cc: @bhess |
bhess
reviewed
Feb 12, 2026
schema/cryptography-defs.json
Outdated
| ], | ||
| "variant": [ | ||
| { | ||
| "pattern": "OPAQUE-3DH[-{group}][-{hashFunction}]", |
Contributor
There was a problem hiding this comment.
other parameter specified in the RFC are KSF, KDF, MAC
Contributor
Author
There was a problem hiding this comment.
Thanks @bhess — really appreciate the careful review. good catch.
I’ve updated the pattern to include optional [-{ksf}][-{kdf}][-{mac}].
Reference CycloneDX#795 Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
ea4d756 to
d5a7ba5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add OPAQUE-3DH to
schema/cryptography-defs.jsonbased on RFC 9807.References
Note: RFC 9380 (Hashing to Elliptic Curves) is referenced by OPAQUE as a building block, but RFC 9807 is the protocol specification.
Change
Insert
family: OPAQUEalphabetically betweenMQVandMILENAGE.Validation
python3 -m json.tool schema/cryptography-defs.json(JSON OK)