Skip to content

Commit c36a357

Browse files
committed
fix(registry): correct AES-GCM-SIV pattern according to RFC 8452
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 1c694c0 commit c36a357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/cryptography-defs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,11 @@
341341
{
342342
"standard": [
343343
{
344-
"name": "RFC 8452",
344+
"name": "RFC8452",
345345
"url": "https://doi.org/10.17487/RFC8452"
346346
}
347347
],
348-
"pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]",
348+
"pattern": "AES[-(128|192|256)]-GCM-SIV",
349349
"primitive": "ae"
350350
},
351351
{

0 commit comments

Comments
 (0)