Skip to content

Commit 8c2b519

Browse files
Merge pull request #24 from bhess/main
A few edits in CBOM practical examples
2 parents e1c6dbd + 6296675 commit 8c2b519

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CBOM/en/0x40-Practical-Examples.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ The following example lists an instance of the TLS v1.2 protocol with a number o
220220
"executionEnvironment": "software-plain-ram",
221221
"implementationPlatform": "x86_64",
222222
"certificationLevel": [ "none" ],
223-
"cryptoFunctions": [ "keygen" ]
223+
"cryptoFunctions": [ "keygen" ],
224+
"nistQuantumSecurityLevel": 0
224225
},
225226
"oid": "1.3.132.1.12"
226227
}
@@ -236,7 +237,8 @@ The following example lists an instance of the TLS v1.2 protocol with a number o
236237
"executionEnvironment": "software-plain-ram",
237238
"implementationPlatform": "x86_64",
238239
"certificationLevel": [ "none" ],
239-
"cryptoFunctions": [ "encapsulate", "decapsulate" ]
240+
"cryptoFunctions": [ "encapsulate", "decapsulate" ],
241+
"nistQuantumSecurityLevel": 0
240242
},
241243
"oid": "1.2.840.113549.1.1.1"
242244
}
@@ -255,8 +257,8 @@ The following example lists an instance of the TLS v1.2 protocol with a number o
255257
"implementationPlatform": "x86_64",
256258
"certificationLevel": [ "none" ],
257259
"cryptoFunctions": [ "encrypt", "decrypt" ],
258-
"classicalSecurityLevel": 128,
259-
"nistQuantumSecurityLevel": 1
260+
"classicalSecurityLevel": 256,
261+
"nistQuantumSecurityLevel": 5
260262
},
261263
"oid": "2.16.840.1.101.3.4.1.46"
262264
}
@@ -273,7 +275,8 @@ The following example lists an instance of the TLS v1.2 protocol with a number o
273275
"implementationPlatform": "x86_64",
274276
"certificationLevel": [ "none" ],
275277
"cryptoFunctions": [ "digest" ],
276-
"nistQuantumSecurityLevel": 2
278+
"classicalSecurityLevel": 192,
279+
"nistQuantumSecurityLevel": 4
277280
},
278281
"oid": "2.16.840.1.101.3.4.2.9"
279282
}

0 commit comments

Comments
 (0)