2022-05-17 11:13:39 -07:00
|
|
|
{
|
|
|
|
"name": "wolfssl",
|
2024-10-31 03:34:17 -06:00
|
|
|
"version": "5.7.4",
|
2024-11-19 07:30:56 +02:00
|
|
|
"port-version": 1,
|
2022-07-29 21:33:04 -07:00
|
|
|
"description": "TLS and Cryptographic library for many platforms",
|
2022-05-17 11:13:39 -07: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-09 20:24:46 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-get-vars",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
2024-09-16 21:35:53 +02:00
|
|
|
"asio": {
|
|
|
|
"description": "Enable asio support"
|
|
|
|
},
|
2023-11-09 20:24:46 +01:00
|
|
|
"dtls": {
|
|
|
|
"description": "DTLS support"
|
|
|
|
},
|
2024-07-24 20:25:53 +03:00
|
|
|
"quic": {
|
|
|
|
"description": "Enable quic support"
|
|
|
|
},
|
2023-11-09 20:24:46 +01:00
|
|
|
"secret-callback": {
|
|
|
|
"description": "Enables callback to provide TLS keys for debugging"
|
2022-05-17 11:13:39 -07:00
|
|
|
}
|
2023-11-09 20:24:46 +01:00
|
|
|
}
|
2022-05-17 11:13:39 -07:00
|
|
|
}
|