Skip to content

Commit bd25bb9

Browse files
committed
Update comment
1 parent d1aaa39 commit bd25bb9

File tree

1 file changed

+0
-4
lines changed
  • intel-sgx/dcap-artifact-retrieval/src/provisioning_client

1 file changed

+0
-4
lines changed

intel-sgx/dcap-artifact-retrieval/src/provisioning_client/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,10 +625,6 @@ pub trait ProvisioningClient {
625625
// also try with highest microcode version of both components. We found cases where
626626
// fetching the PCK Cert that exactly matched the TCB level, did not result in a PCK
627627
// Cert for that level
628-
//
629-
// Unfortunately the TCB Info does not populate the component type (e.g., curl -v -X GET
630-
// "https://api.trustedservices.intel.com/sgx/certification/v4/tcb?fmspc=00906ED50000&tcbEvaluationDataNumber=20"
631-
// ). So at the moment this doesn't do anything yet.
632628
let early_ucode_idx = tcb_data.tcb_component_index(TcbComponent::EarlyMicrocodeUpdate);
633629
let late_ucode_idx = tcb_data.tcb_component_index(TcbComponent::LateMicrocodeUpdate);
634630
if let (Some(early_ucode_idx), Some(late_ucode_idx)) = (early_ucode_idx, late_ucode_idx) {

0 commit comments

Comments
 (0)