Skip to content

Commit d376ff5

Browse files
committed
- Extends cryptography-defs list by Algorithms from PKCS11
- Changes schma for crypto-defs to allow different variant patterns corresponding to different primitives - Adds "key-wrap" as a new primitive Signed-off-by: Basil Hess <[email protected]>
1 parent 9f243b0 commit d376ff5

File tree

3 files changed

+456
-36
lines changed

3 files changed

+456
-36
lines changed

schema/bom-1.7.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5091,6 +5091,7 @@
50915091
"kem",
50925092
"ae",
50935093
"combiner",
5094+
"key-wrap",
50945095
"other",
50955096
"unknown"
50965097
],
@@ -5108,6 +5109,7 @@
51085109
"kem": "A Key Encapsulation Mechanism (KEM) algorithm is a mechanism for transporting random keying material to a recipient using the recipient's public key.",
51095110
"ae": "Authenticated Encryption (AE) is a cryptographic process that provides both confidentiality and data integrity. It ensures that the encrypted data has not been tampered with and comes from a legitimate source. AE is commonly used in secure communication protocols.",
51105111
"combiner": "A combiner aggregates many candidates for a cryptographic primitive and generates a new candidate for the same primitive.",
5112+
"key-wrap": "Key-wrap is a cryptographic technique used to securely encrypt and protect cryptographic keys using algorithms like AES.",
51115113
"other": "Another primitive type.",
51125114
"unknown": "The primitive is not known."
51135115
}

0 commit comments

Comments
 (0)