Skip to content

azure-security-attestation_1.1.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Feb 01:16
08a2672

1.1.0 (2023-02-07)

Breaking Changes

  • Changed AttestationClient::AttestTpm to match AttestOpenEnclave and AttestSgxEnclave:
    • Added std::vector<uint8_t> dataToAttest parameter to the AttestTpm() client method.
    • Removed Payload in TpmAttestationOptions.
    • Changed TpmResult in TpmAttestationResult to type std::vector<uint8_t>.