forked from CycloneDX/cyclonedx-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalid-cryptography-full-1.6.json
More file actions
100 lines (100 loc) · 2.97 KB
/
valid-cryptography-full-1.6.json
File metadata and controls
100 lines (100 loc) · 2.97 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
{
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79",
"version": 1,
"components": [
{
"type": "cryptographic-asset",
"bom-ref": "asset-1",
"name": "Name here",
"cryptoProperties": {
"assetType": "algorithm",
"algorithmProperties": {
"primitive": "ae",
"parameterSetIdentifier": "128",
"curve": "brainpoolP160r1",
"executionEnvironment": "software-plain-ram",
"implementationPlatform": "x86_64",
"certificationLevel": [ "fips140-1-l4" ],
"mode": "gcm",
"padding": "pkcs5",
"cryptoFunctions": ["keygen", "encrypt", "decrypt", "tag"],
"classicalSecurityLevel": 128,
"nistQuantumSecurityLevel": 1
},
"oid": "oid:1.2.3.4.5.6.7.8.9"
}
},
{
"type": "cryptographic-asset",
"bom-ref": "asset-2",
"name": "Name here",
"cryptoProperties": {
"assetType": "certificate",
"certificateProperties": {
"subjectName": "Subject name here",
"issuerName": "Issuer name here",
"notValidBefore": "2022-01-01T00:00:00.000Z",
"notValidAfter": "2024-01-01T00:00:00.000Z",
"signatureAlgorithmRef": "bom-ref-to-algorithm",
"subjectPublicKeyRef": "bom-ref-to-public-key",
"certificateFormat": "X.509",
"certificateExtension": "crt"
},
"oid": "oid:1.2.3.4.5.6.7.8.9"
}
},
{
"type": "cryptographic-asset",
"bom-ref": "asset-3",
"name": "Name here",
"cryptoProperties": {
"assetType": "protocol",
"protocolProperties": {
"type": "tls",
"version": "1.3",
"cipherSuites": [
{
"name": "TLS_DHE_RSA_WITH_AES_128_CCM",
"algorithms": [
"bom-ref-to-algorithm"
],
"identifiers": [
"0xC0"
]
}
]
},
"oid": "oid:1.2.3.4.5.6.7.8.9"
}
},
{
"type": "cryptographic-asset",
"bom-ref": "asset-4",
"name": "Name here",
"cryptoProperties": {
"assetType": "related-crypto-material",
"relatedCryptoMaterialProperties": {
"type": "private-key",
"id": "12345",
"state": "active",
"algorithmRef": "bom-ref-to-algorithm",
"creationDate": "2024-01-01T00:00:00.000Z",
"activationDate": "2024-01-02T00:00:00.000Z",
"updateDate": "2024-01-03T00:00:00.000Z",
"expirationDate": "2024-01-04T00:00:00.000Z",
"value": "Value here",
"size": 1024,
"format": "PEM",
"securedBy": {
"mechanism": "HSM",
"algorithmRef": "bom-ref-to-algorithm"
}
},
"oid": "oid:1.2.3.4.5.6.7.8.9"
}
}
]
}