You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pulled Attributes out of the Ord implementation for ReportBody we need to determine if that will be needed once ReportBody is upgraded to the mc-sgx-core-types version.
Move to a different module, the TrustedMeasurementSet should still persist for a JSON config, but the TrustedMeasurement type should live elsewhere as it's not dedicated to the JSON usage anymore. Trusted Identity Types #3436
Use dedicated ProductID and minimum SVN types from the mc-sgx-core-types crates. Currently they are both u16 and can be easily transposed. Trusted Identity Types #3436
mc-sgx-ake
crate.tee_qv_free_collateral
as a rust API sgx#340Verifier
errors attestation#8Verifier
output attestation#31Display
traits attestation#15Quote3Verifier
attestation#97TrustedIdentitiesVerifier
attestation#124VerificationMessage
impl toTrustedIdentitiesVerifier
attestation#125EvidenceVerifier
attestation#127SignedTcbInfo
toEvidenceVerifier
attestation#128TrustedIdentitiesVerifier
toEvidenceVerifier
attestation#131Quote3Verifier
into theEvidenceVerifier
attestation#132Quote3Verifier
into theEvidenceVerifier
attestation#132TargetInfo
frommc-sgx-core-types
#3421Ord
andPartialEq
forReport
sgx#373IsvSvn
frommc-sgx-core-types
#3434ReportData
frommc-sgx-core-types
#3435Attributes
formmc-sgx-core-types
#3438Attributes
out of theOrd
implementation forReportBody
we need to determine if that will be needed onceReportBody
is upgraded to themc-sgx-core-types
version.ConfigId
frommc-sgx-core-types
#3439Attributes
, theConfigId
is no longer in theOrd
implementation ofReportBody
ConfigSvn
frommc-sgx-core-types
#3440CpuSvn
frommc-sgx-core-types
#3441IsvProductId
frommc-sgx-core-types
#3442MiscellaneousSelect
frommc-sgx-core-types
#3443FamilyId
frommc-sgx-core-types
#3444ExtendedProductId
frommc-sgx-core-types
#3445Report
andReportBody
frommc-sgx-core-types
#3449ReportBody
fromReport
s ord implementation, need to determine if this will be needed onceReport
is upgraded tomc-sgx-core-types
version,mobilecoin/attest/core/src/report.rs
Line 82 in be640b9
NewEReportResponse
was using ord and it was removed in Remove unusedNewEReportResponse
#3454mc-sgx-attestation-verifier::Evidence
. Unneeded serialized quote3 and collateral and that was enough. Add De/Serialize forQoute3
sgx#367 and AddSerialize
andDeserialize
traits toCollateral
sgx#382TrustedMeasurement
#3368StatusVerifierConfig
TrustedMeasurement
, Create common measurement types for attestation #3369TrustedMeasurementSet
should still persist for a JSON config, but theTrustedMeasurement
type should live elsewhere as it's not dedicated to the JSON usage anymore. Trusted Identity Types #3436PCCS serviceWe can use the azure endpointCHANGELOG.md
for6.0.0-pre0
alphanet6.0.0-pre0
for alphanetCHANGELOG.md
for6.0.0
testnet + release6.0.0
for testnet + releaseThe text was updated successfully, but these errors were encountered: