Skip to content

Commit 09d7b33

Browse files
Feat/crypto registry aes gcm siv (#759)
As discussed in ticket #758, this PR adds AES-GCM-SIV as an AEAD variant to the Cryptography Registry. Fixes #758 ### Details - Adds standardized AES-GCM-SIV (RFC 8452) as an `ae` variant under the existing AES family ### Scope - Registry data only (`schema/cryptography-defs.json`) - No schema or specification behavior changes
2 parents 1262328 + f613597 commit 09d7b33

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,16 @@
353353
"pattern": "AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]",
354354
"primitive": "ae"
355355
},
356+
{
357+
"standard": [
358+
{
359+
"name": "RFC8452",
360+
"url": "https://doi.org/10.17487/RFC8452"
361+
}
362+
],
363+
"pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]",
364+
"primitive": "ae"
365+
},
356366
{
357367
"standard": [
358368
{

0 commit comments

Comments
 (0)