Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions schema/2.0/model/cyclonedx-cryptography-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@
"kwp",
"cts",
"xts",
"gmac",
"cmac",
"other",
"unknown"
],
Expand All @@ -274,6 +276,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",
"other": "Another mode of operation.",
"unknown": "The mode is not known."
}
Expand Down Expand Up @@ -1045,6 +1049,7 @@
"decapsulate",
"keyagree",
"wrap",
"unwrap",
"other",
"unknown"
],
Expand All @@ -1062,6 +1067,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."
}
Expand Down