Upadte Attestation changelog.md (#3992)

This commit is contained in:
Anton Kolesnyk 2022-10-04 15:00:00 -07:00 committed by GitHub
parent 53c9da1552
commit cc64ffae58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,9 @@
### Breaking Changes
- Changed `AttestationClient::AttestTpm` to match `AttestOpenEnclave` and `AttestSgxEnclave`
- Added `std::vector<uint8_t>` dataToAttest parameter.
- Removed `PayLoad` in `TpmAttestationOptions`
- Changed `TpmResult` in `TpmAttestationResult` to type `std::vector<uint8_t>`
- Added `std::vector<uint8_t>` dataToAttest parameter.
- Removed `Payload` in `TpmAttestationOptions`
- Changed `TpmResult` in `TpmAttestationResult` to type `std::vector<uint8_t>`
### Bugs Fixed