-
-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathvalid-cryptography-implementation-2.0.json
More file actions
135 lines (135 loc) · 3.71 KB
/
valid-cryptography-implementation-2.0.json
File metadata and controls
135 lines (135 loc) · 3.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"$schema": "https://cyclonedx.org/schema/2.0/cyclonedx-2.0.schema.json",
"specFormat": "CycloneDX",
"specVersion": "2.0",
"serialNumber": "urn:uuid:e8c355aa-2142-4084-a8c7-6d42c8610ba2",
"version": 1,
"metadata": {
"timestamp": "2025-07-09T12:00:00Z",
"component": {
"type": "application",
"name": "my application",
"version": "1.0"
}
},
"components": [
{
"type": "cryptographic-asset",
"name": "AES-128-GCM-128-12",
"cryptoProperties": {
"assetType": "algorithm",
"algorithmProperties": {
"algorithmFamily": "AES",
"primitive": "ae",
"parameterSetIdentifier": "128",
"mode": "gcm",
"executionEnvironment": "software-plain-ram",
"implementationPlatform": ["x86_64"],
"certificationLevel": ["none"],
"cryptoFunctions": [
"keygen",
"encrypt",
"decrypt",
"tag"
],
"classicalSecurityLevel": 128,
"nistQuantumSecurityLevel": 1
},
"oid": "2.16.840.1.101.3.4.1.6"
}
},
{
"name": "RSA-PKCS1-1.5-SHA512-2048",
"type": "cryptographic-asset",
"cryptoProperties": {
"assetType": "algorithm",
"algorithmProperties": {
"algorithmFamily": "RSASSA-PKCS1",
"primitive": "signature",
"parameterSetIdentifier": "512",
"executionEnvironment": "software-plain-ram",
"implementationPlatform": ["x86_64"],
"certificationLevel": ["none"],
"cryptoFunctions": [
"sign",
"verify"
],
"nistQuantumSecurityLevel": 0
},
"oid": "1.2.840.113549.1.1.13"
}
},
{
"name": "ECDH-secp521r1",
"bom-ref": "ecdhsecp521r1",
"type": "cryptographic-asset",
"cryptoProperties": {
"assetType": "algorithm",
"algorithmProperties": {
"algorithmFamily": "ECDH",
"ellipticCurve": "secg/secp521r1",
"primitive": "key-agree",
"executionEnvironment": "software-plain-ram",
"implementationPlatform": ["x86_64"],
"certificationLevel": ["none"],
"cryptoFunctions": [
"keygen",
"keyderive"
],
"nistQuantumSecurityLevel": 0
},
"oid": "1.3.132.0.35"
}
},
{
"name": "ML-KEM-1024",
"bom-ref": "mlkem1024",
"type": "cryptographic-asset",
"cryptoProperties": {
"assetType": "algorithm",
"algorithmProperties": {
"algorithmFamily": "ML-KEM",
"primitive": "kem",
"executionEnvironment": "software-plain-ram",
"implementationPlatform": ["x86_64"],
"certificationLevel": ["none"],
"cryptoFunctions": [
"keygen",
"keyderive"
],
"nistQuantumSecurityLevel": 5
},
"oid": "2.16.840.1.101.3.4.1.48"
}
},
{
"name": "draft-ietf-tls-hybrid-design-13",
"bom-ref": "draftietftlshybriddesign13",
"type": "cryptographic-asset",
"cryptoProperties": {
"assetType": "algorithm",
"algorithmProperties": {
"primitive": "combiner",
"executionEnvironment": "software-plain-ram",
"implementationPlatform": ["x86_64"],
"certificationLevel": ["none"],
"cryptoFunctions": [
"keygen",
"keyderive"
],
"nistQuantumSecurityLevel": 0
},
"oid": "1.3.101.110"
}
}
],
"dependencies": [
{
"ref": "draftietftlshybriddesign13",
"dependsOn": [
"mlkem1024",
"ecdhsecp521r1"
]
}
]
}