diff --git a/schema/2.0/model/cyclonedx-cryptography-2.0.schema.json b/schema/2.0/model/cyclonedx-cryptography-2.0.schema.json index 898f994b..4792c4ed 100644 --- a/schema/2.0/model/cyclonedx-cryptography-2.0.schema.json +++ b/schema/2.0/model/cyclonedx-cryptography-2.0.schema.json @@ -257,6 +257,8 @@ "kwp", "cts", "xts", + "gmac", + "cmac", "xpn", "ff1", "ff3-1", @@ -279,6 +281,8 @@ "kwp": "AES Key Wrap with Padding (RFC 5649).", "cts": "Ciphertext Stealing mode.", "xts": "XEX Tweaked-codebook with Stealing (disk encryption).", + "gmac": "Galois Message Authentication Code", + "cmac": "Cipher-based Message Authentication Code", "xpn": "Extended Packet Numbering mode.", "ff1": "Format-preserving encryption mode 1.", "ff3-1": "Format-preserving encryption mode 3, update 1.", @@ -1058,6 +1062,7 @@ "decapsulate", "keyagree", "wrap", + "unwrap", "other", "unknown" ], @@ -1078,6 +1083,7 @@ "decapsulate": "Decapsulates a secret using a private key (KEM).", "keyagree": "Derives a shared secret between parties.", "wrap": "Encrypts a key for secure storage or transport.", + "unwrap": "Decrypts a wrapped key to recover the original key.", "other": "Another cryptographic function.", "unknown": "The cryptographic function is not known." }