Skip to content

Commit 6cd1973

Browse files
committed
feat(registry): add SPAKE2 (RFC 9382) and SPAKE2+ (RFC 9383) (CycloneDX#797)
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 8c16b5c commit 6cd1973

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,36 @@
10471047
}
10481048
]
10491049
},
1050+
{
1051+
"family": "SPAKE2",
1052+
"standard": [
1053+
{
1054+
"name": "RFC9382",
1055+
"url": "https://doi.org/10.17487/RFC9382"
1056+
}
1057+
],
1058+
"variant": [
1059+
{
1060+
"pattern": "SPAKE2[-{group}][-{hashFunction}][-{kdf}][-{mac}]",
1061+
"primitive": "key-agree"
1062+
}
1063+
]
1064+
},
1065+
{
1066+
"family": "SPAKE2PLUS",
1067+
"standard": [
1068+
{
1069+
"name": "RFC9383",
1070+
"url": "https://doi.org/10.17487/RFC9383"
1071+
}
1072+
],
1073+
"variant": [
1074+
{
1075+
"pattern": "SPAKE2+[-{group}][-{hashFunction}][-{kdf}][-{mac}]",
1076+
"primitive": "key-agree"
1077+
}
1078+
]
1079+
},
10501080
{
10511081
"family": "TUAK",
10521082
"standard": [

0 commit comments

Comments
 (0)