@@ -220,7 +220,8 @@ The following example lists an instance of the TLS v1.2 protocol with a number o
220
220
"executionEnvironment" : " software-plain-ram" ,
221
221
"implementationPlatform" : " x86_64" ,
222
222
"certificationLevel" : [ " none" ],
223
- "cryptoFunctions" : [ " keygen" ]
223
+ "cryptoFunctions" : [ " keygen" ],
224
+ "nistQuantumSecurityLevel" : 0
224
225
},
225
226
"oid" : " 1.3.132.1.12"
226
227
}
@@ -236,7 +237,8 @@ The following example lists an instance of the TLS v1.2 protocol with a number o
236
237
"executionEnvironment" : " software-plain-ram" ,
237
238
"implementationPlatform" : " x86_64" ,
238
239
"certificationLevel" : [ " none" ],
239
- "cryptoFunctions" : [ " encapsulate" , " decapsulate" ]
240
+ "cryptoFunctions" : [ " encapsulate" , " decapsulate" ],
241
+ "nistQuantumSecurityLevel" : 0
240
242
},
241
243
"oid" : " 1.2.840.113549.1.1.1"
242
244
}
@@ -255,8 +257,8 @@ The following example lists an instance of the TLS v1.2 protocol with a number o
255
257
"implementationPlatform" : " x86_64" ,
256
258
"certificationLevel" : [ " none" ],
257
259
"cryptoFunctions" : [ " encrypt" , " decrypt" ],
258
- "classicalSecurityLevel" : 128 ,
259
- "nistQuantumSecurityLevel" : 1
260
+ "classicalSecurityLevel" : 256 ,
261
+ "nistQuantumSecurityLevel" : 5
260
262
},
261
263
"oid" : " 2.16.840.1.101.3.4.1.46"
262
264
}
@@ -273,7 +275,8 @@ The following example lists an instance of the TLS v1.2 protocol with a number o
273
275
"implementationPlatform" : " x86_64" ,
274
276
"certificationLevel" : [ " none" ],
275
277
"cryptoFunctions" : [ " digest" ],
276
- "nistQuantumSecurityLevel" : 2
278
+ "classicalSecurityLevel" : 192 ,
279
+ "nistQuantumSecurityLevel" : 4
277
280
},
278
281
"oid" : " 2.16.840.1.101.3.4.2.9"
279
282
}
0 commit comments