Skip to content

Commit 1262328

Browse files
feat(registry): add AES-SIV AEAD variant (RFC 5297) (CycloneDX#764)
As discussed in ticket CycloneDX#763, this PR adds AES-SIV (RFC 5297) as an AEAD variant to the Cryptography Registry. Fixes CycloneDX#763 Details - Adds `AES[-(128|192|256)]-SIV` as an `ae` variant under the existing `AES` family. - Adds authoritative standards reference for RFC 5297. - Registry-only change (`schema/cryptography-defs.json`). No schema or specification behavior changes.
2 parents b6698d2 + 0c16394 commit 1262328

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)