Skip to content

Commit 3941d06

Browse files
Add AES-OCB to cryptography registry (#885)
Adds AES-OCB to the cryptography registry under the AES family. Details: - Primitive: `ae` - Pattern: `AES[-(128|192|256)]-OCB[-{tagLength}]` - Standard: RFC 7253 Fixes #884
2 parents 3077216 + 7f400f4 commit 3941d06

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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)