From 2cf4f4a3851da51664f85ca97f2b95f4df68d322 Mon Sep 17 00:00:00 2001 From: Mehrn0ush Date: Tue, 27 Jan 2026 23:47:03 +0330 Subject: [PATCH 1/2] feat(registry): add OPAQUE (RFC 9807) Reference #795 Signed-off-by: Mehrn0ush --- schema/cryptography-defs.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index 0a2bdff6..8a3ebe99 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -1028,6 +1028,21 @@ } ] }, + { + "family": "OPAQUE", + "standard": [ + { + "name": "RFC9807", + "url": "https://doi.org/10.17487/RFC9807" + } + ], + "variant": [ + { + "pattern": "OPAQUE-3DH[-{group}][-{hashFunction}][-{ksf}][-{kdf}][-{mac}]", + "primitive": "key-agree" + } + ] + }, { "family": "MILENAGE", "standard": [ From 73e0c78c958d30470804935acad8891b40fb79a3 Mon Sep 17 00:00:00 2001 From: Mehrn0ush Date: Thu, 19 Feb 2026 12:11:21 +0330 Subject: [PATCH 2/2] fix(schema): add OPAQUE to algorithmFamiliesEnum Signed-off-by: Mehrn0ush --- schema/cryptography-defs.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/cryptography-defs.schema.json b/schema/cryptography-defs.schema.json index 1a873a01..ef8aed63 100644 --- a/schema/cryptography-defs.schema.json +++ b/schema/cryptography-defs.schema.json @@ -285,6 +285,7 @@ "ML-DSA", "ML-KEM", "MQV", + "OPAQUE", "PBES1", "PBES2", "PBKDF1",