vcpkg/ports/wolfssl/vcpkg.json
Lukas Rost 7c5a86fcc6
[wolfssl] Add feature flags dtls and secret-callback (#33295)
* wolfssl: add features `dtls` and `secret-callback`

* bump port version

* add missing cmake options for wolfssl

* update version database

* increment port version to resolve conflicts

* update version database

* fix newline

* update version database again

* set CMAKE_C_FLAGS using detected configuration

* update version database

* update version database
2023-11-09 11:24:46 -08:00

32 lines
634 B
JSON

{
"name": "wolfssl",
"version": "5.6.4",
"port-version": 1,
"description": "TLS and Cryptographic library for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
],
"features": {
"dtls": {
"description": "DTLS support"
},
"secret-callback": {
"description": "Enables callback to provide TLS keys for debugging"
}
}
}