-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
cap: cryptographyCapability: Cryptography (CBOM)Capability: Cryptography (CBOM)cap: cryptography-registryCapability: Cryptography RegistryCapability: Cryptography Registry
Description
Summary
OPAQUE is currently missing from schema/cryptography-defs.json. Please add an entry for OPAQUE-3DH, standardized in RFC 9807.
Spec reference
- RFC 9807 (OPAQUE aPAKE): https://doi.org/10.17487/RFC9807
Note: RFC 9380 is Hashing to Elliptic Curves and is referenced as a building block, but it is not the OPAQUE protocol specification.
Proposed registry entry
Insert the following object into algorithms[] in schema/cryptography-defs.json, alphabetically between MQV and MILENAGE:
{
"family": "OPAQUE",
"standard": [
{
"name": "RFC9807",
"url": "https://doi.org/10.17487/RFC9807"
}
],
"variant": [
{
"pattern": "OPAQUE-3DH[-{group}][-{hashFunction}]",
"primitive": "key-agree"
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cap: cryptographyCapability: Cryptography (CBOM)Capability: Cryptography (CBOM)cap: cryptography-registryCapability: Cryptography RegistryCapability: Cryptography Registry