2022-05-18 02:13:39 +08:00
|
|
|
{
|
|
|
|
"name": "wolfssl",
|
2023-12-21 04:28:34 +08:00
|
|
|
"version": "5.6.6",
|
2022-07-30 12:33:04 +08:00
|
|
|
"description": "TLS and Cryptographic library for many platforms",
|
2022-05-18 02:13:39 +08:00
|
|
|
"homepage": "https://wolfssl.com",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-11-10 03:24:46 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-get-vars",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"dtls": {
|
|
|
|
"description": "DTLS support"
|
|
|
|
},
|
|
|
|
"secret-callback": {
|
|
|
|
"description": "Enables callback to provide TLS keys for debugging"
|
2022-05-18 02:13:39 +08:00
|
|
|
}
|
2023-11-10 03:24:46 +08:00
|
|
|
}
|
2022-05-18 02:13:39 +08:00
|
|
|
}
|