Releases: mobilecoinfoundation/sgx
Releases · mobilecoinfoundation/sgx
Version 0.11.0
Changed
- The SGX SDK version is now 2.23.100.2
Version 0.10.1
Fixed
- Fixed reproducible builds for generated code in sys crates.
Version 0.10.0
Changed
- The SGX SDK version is now 2.22.100.3
Added
- Added
Ord
andPartialOrd
traits to:mc-sgx-core-types::ConfigSvn
mc-sgx-core-types::IsvSvn
Version 0.9.0
Changed
- The SGX SDK version is now 2.21.100.1
Fixed
- Fixed the handling of
qe_identity
andtcb_info
json strings in
mc-sgx-dcap-types::Collateral
.
Version 0.8.0
Added
- Added
Deserialize
,Serialize
, andClone
traits tomc-sgx-dcap-types::TcbError
.
Changed
- Changed from
mc-sgx-dcap-types::TcbError::Der(x509_cert::der::Error)
to
mc-sgx-dcap-types::TcbError::Der(String)
. The containing string is the
formattedx509_cert::der::Error
message.
Version 0.7.5
Added
TryFrom<Quote3<T>
impl forTcbInfo
- Added
Deserialize
andSerialize
traits to:mc-sgx-core-types::QuoteNonce
- Added
ConstantTimeEq
trait to:mc-sgx-core-types::QuoteNonce
mc-sgx-core-types::Basename
mc-sgx-core-types::PlatformInfo
mc-sgx-core-types::ReportData
mc-sgx-core-types::KeyId
mc-sgx-core-types::MrEnclave
mc-sgx-core-types::MrSigner
mc-sgx-core-types::CpuSvn
Fixed
- Fixed
alloc
feature inmc-sgx-dcap-types
missing dependency onserde/alloc
Version 0.7.4
Fixed
- Fixed
tcb
feature inmc-sgx-dcap-types
missing dependency onserde/alloc
- Fixed vendored include paths for the
*-sys-*
crate builds. In particular
build issues related totime.h
.
Version 0.7.3
Added
- Added
Deserialize
andSerialize
traits to:mc-sgx-dcap-types::Collateral
mc-sgx-dcap-types::Quote3Error
mc-sgx-dcap-types::Quote3<Vec<u8>>
Removed
- Removed patch version restriction on
serde
crate dependency.
Version 0.7.2
Added
- Added Deserialize and Serialize traits to:
- mc-sgx-core-types::TargetInfo
- mc-sgx-core-types::Report
- mc-sgx-dcap-types::Quote3
Version 0.7.1
Added
- Added
FromHex
implementation for MrEnclave and MrSigner - Added
From<Quote3<&[u8]>> for Quote3<Vec<u8>>
Fixed
- Fixed
ExtendedFeatureRequestMask::AMX
- Previously the
ExtendedFeatureRequestMask::AMX
was mapped toSGX_XFRM_LEGACY
. NowExtendedFeatureRequestMask::AMX
correctly maps toSGX_XFRM_AMX
.
- Previously the