File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
intel-sgx/dcap-artifact-retrieval/src/provisioning_client Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments