Skip to content

Commit bd5fe96

Browse files
chore: update bundled schemas [skip ci]
1 parent 81093cb commit bd5fe96

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,6 +2802,7 @@
28022802
"cc-eal6+",
28032803
"cc-eal7",
28042804
"cc-eal7+",
2805+
"cavp",
28052806
"other",
28062807
"unknown"
28072808
],
@@ -2833,6 +2834,7 @@
28332834
"cc-eal6+": "Common Criteria - Evaluation Assurance Level 6 (Augmented)",
28342835
"cc-eal7": "Common Criteria - Evaluation Assurance Level 7",
28352836
"cc-eal7+": "Common Criteria - Evaluation Assurance Level 7 (Augmented)",
2837+
"cavp": "Cryptographic Algorithm Validation Program",
28362838
"other": "Another certification",
28372839
"unknown": "The certification level is not known"
28382840
}
@@ -2858,6 +2860,9 @@
28582860
"kwp",
28592861
"cts",
28602862
"xts",
2863+
"xpn",
2864+
"ff1",
2865+
"ff3-1",
28612866
"other",
28622867
"unknown"
28632868
],
@@ -2877,6 +2882,9 @@
28772882
"kwp": "AES Key Wrap with Padding (RFC 5649).",
28782883
"cts": "Ciphertext Stealing mode.",
28792884
"xts": "XEX Tweaked-codebook with Stealing (disk encryption).",
2885+
"xpn": "Extended Packet Numbering mode.",
2886+
"ff1": "Format-preserving encryption mode 1.",
2887+
"ff3-1": "Format-preserving encryption mode 3, update 1.",
28802888
"other": "Another mode of operation.",
28812889
"unknown": "The mode is not known."
28822890
}
@@ -2892,6 +2900,7 @@
28922900
"oaep",
28932901
"raw",
28942902
"pss",
2903+
"x931",
28952904
"other",
28962905
"unknown"
28972906
],
@@ -2902,6 +2911,7 @@
29022911
"oaep": "Optimal Asymmetric Encryption Padding for RSA.",
29032912
"raw": "No padding applied.",
29042913
"pss": "Probabilistic Signature Scheme for RSA signatures.",
2914+
"x931": "ANSI X9.31 padding for RSA.",
29052915
"other": "Another padding scheme.",
29062916
"unknown": "The padding scheme is not known."
29072917
}
@@ -3636,7 +3646,10 @@
36363646
"description": "A cryptographic function or usage.",
36373647
"enum": [
36383648
"generate",
3649+
"paramgen",
3650+
"paramver",
36393651
"keygen",
3652+
"keyver",
36403653
"encrypt",
36413654
"decrypt",
36423655
"digest",
@@ -3653,7 +3666,9 @@
36533666
],
36543667
"meta:enum": {
36553668
"generate": "Generates random data, IVs, or nonces.",
3669+
"paramgen": "Verifies cryptographic domain parameters.",
36563670
"keygen": "Generates cryptographic keys.",
3671+
"keyver": "Verifies cryptographic keys.",
36573672
"encrypt": "Transforms plaintext into ciphertext.",
36583673
"decrypt": "Transforms ciphertext into plaintext.",
36593674
"digest": "Computes a hash value from input data.",

0 commit comments

Comments
 (0)