Skip to content

Commit 20f78d8

Browse files
committed
Add AES-OCB to cryptography registry
Fixes #884 Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent b92bd46 commit 20f78d8

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
@@ -405,6 +405,16 @@
405405
"pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]",
406406
"primitive": "ae"
407407
},
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+
},
408418
{
409419
"standard": [
410420
{

0 commit comments

Comments
 (0)