mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
e04123425c
## 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>`.
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "azure-security-attestation-cpp",
|
|
"version-semver": "1.1.0",
|
|
"description": [
|
|
"Microsoft Azure Attestation Service SDK for C++",
|
|
"This library provides API access to the Microsoft Azure Attestation service."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/attestation/azure-security-attestation",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.8.0"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|