Skip to content

Commit 0c16394

Browse files
committed
feat(registry): add AES-SIV AEAD variant (RFC 5297) (CycloneDX#763)
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 34e8064 commit 0c16394

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
@@ -363,6 +363,16 @@
363363
"pattern": "AES[-(128|192|256)]-CTR-HMAC-SHA1[-96]",
364364
"primitive": "ae"
365365
},
366+
{
367+
"standard": [
368+
{
369+
"name": "RFC 5297",
370+
"url": "https://doi.org/10.17487/RFC5297"
371+
}
372+
],
373+
"pattern": "AES[-(128|192|256)]-SIV",
374+
"primitive": "ae"
375+
},
366376
{
367377
"standard": [
368378
{

0 commit comments

Comments
 (0)