mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 13:57:50 +08:00
85e04c67af
## 1.0.0-beta.3 (2022-06-07) ### Breaking Changes - `ValueToSend` field in `TpmAttestationOptions` becomes `Payload`. - `AddIsolatedModeCertificatesOptions` becomes `AddIsolatedModeCertificateOptions` - `RemoveIsolatedModeCertificatesOptions` becomes `RemoveIsolatedModeCertificateOptions` - Renamed `AttestEnclaveOptions` to `AttestSgxEnclaveOptions` and `AttestOpenEnclaveOptions`. - `AttestationClient` and `AttestationAdministrationClient` creation is now done using the factory method `AttestationClient::Create()` and `AttestationAdministrationClient::Create()`.
27 lines
651 B
JSON
27 lines
651 B
JSON
{
|
|
"name": "azure-security-attestation-cpp",
|
|
"version-semver": "1.0.0-beta.3",
|
|
"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.5.0"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|