azure-security-attestation_1.1.0
1.1.0 (2023-02-07)
Breaking Changes
- Changed
AttestationClient::AttestTpm
to matchAttestOpenEnclave
andAttestSgxEnclave
:- Added
std::vector<uint8_t>
dataToAttest parameter to theAttestTpm()
client method. - Removed
Payload
inTpmAttestationOptions
. - Changed
TpmResult
inTpmAttestationResult
to typestd::vector<uint8_t>
.
- Added