Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@nick-mobilecoin nick-mobilecoin released this 21 Sep 22:35
· 81 commits to main since this release
v0.8.0
78570e0

Added

  • Added Deserialize, Serialize, and Clone traits to mc-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
    formatted x509_cert::der::Error message.