Skip to content

Commit e41bbc6

Browse files
chore: update bundled schemas [skip ci]
1 parent 1816ddb commit e41bbc6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

schema/2.0/cyclonedx-2.0-bundled.min.schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

schema/2.0/cyclonedx-2.0-bundled.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2860,6 +2860,8 @@
28602860
"kwp",
28612861
"cts",
28622862
"xts",
2863+
"gmac",
2864+
"cmac",
28632865
"xpn",
28642866
"ff1",
28652867
"ff3-1",
@@ -2882,6 +2884,8 @@
28822884
"kwp": "AES Key Wrap with Padding (RFC 5649).",
28832885
"cts": "Ciphertext Stealing mode.",
28842886
"xts": "XEX Tweaked-codebook with Stealing (disk encryption).",
2887+
"gmac": "Galois Message Authentication Code",
2888+
"cmac": "Cipher-based Message Authentication Code",
28852889
"xpn": "Extended Packet Numbering mode.",
28862890
"ff1": "Format-preserving encryption mode 1.",
28872891
"ff3-1": "Format-preserving encryption mode 3, update 1.",
@@ -3661,6 +3665,7 @@
36613665
"decapsulate",
36623666
"keyagree",
36633667
"wrap",
3668+
"unwrap",
36643669
"other",
36653670
"unknown"
36663671
],
@@ -3681,6 +3686,7 @@
36813686
"decapsulate": "Decapsulates a secret using a private key (KEM).",
36823687
"keyagree": "Derives a shared secret between parties.",
36833688
"wrap": "Encrypts a key for secure storage or transport.",
3689+
"unwrap": "Decrypts a wrapped key to recover the original key.",
36843690
"other": "Another cryptographic function.",
36853691
"unknown": "The cryptographic function is not known."
36863692
}

0 commit comments

Comments
 (0)