mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 22:27:50 +08:00
6e31ee33cc
Async applications using wolfssl need to associate extra data (application context) with the ssl session and context. This is used in verification callback. NO_WOLFSSL_STUB is needed to prevent a link time error resulting from duplicate symbols when linking to both wolfssl and openssl at the same time --------- Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Monica <liuyumei01@beyondsoft.com>
32 lines
634 B
JSON
32 lines
634 B
JSON
{
|
|
"name": "wolfssl",
|
|
"version": "5.7.0",
|
|
"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"
|
|
}
|
|
}
|
|
}
|