We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3077216 + 7f400f4 commit 3941d06Copy full SHA for 3941d06
1 file changed
schema/cryptography-defs.json
@@ -405,6 +405,16 @@
405
"pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]",
406
"primitive": "ae"
407
},
408
+ {
409
+ "standard": [
410
411
+ "name": "RFC7253",
412
+ "url": "https://doi.org/10.17487/RFC7253"
413
+ }
414
+ ],
415
+ "pattern": "AES[-(128|192|256)]-OCB[-{tagLength}]",
416
+ "primitive": "ae"
417
+ },
418
{
419
"standard": [
420
0 commit comments