We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d03abb commit f613597Copy full SHA for f613597
1 file changed
schema/cryptography-defs.json
@@ -353,6 +353,16 @@
353
"pattern": "AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]",
354
"primitive": "ae"
355
},
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
+ },
366
{
367
"standard": [
368
0 commit comments