Skip to content
Merged
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
11 changes: 3 additions & 8 deletions schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3879,15 +3879,10 @@
"unknown"
]
},
"variant": {
"parameterSetIdentifier": {
"type": "string",
"title": "variant",
"description": "The variant for the crypto algorithm, algorithm components should be delimited with '-'",
"examples": [
"aes128-cbc-pkcs7",
"rsa2048-cbc-oaep-sha256-mgf1",
"kyber1024"
]
"title": "parameter set identifier",
"description": "An identifier for the parameter set of the crypto algorithm. Exampes: in AES128, '128' identifies the key length in bits, in SHA256, '256' identifies the digest length, '128' in SHAKE128 identifies its maximum security level in bits, and 'SHA2-128s' identifies a parameter set used in SLH-DSA (FIPS205)."
},
"curve": {
"type": "string",
Expand Down