aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wolfssl/vcpkg.json
blob: 7beadaa59058f0a6bef8bd7b2c8a941d6d9fd6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "wolfssl",
  "version": "5.8.2",
  "port-version": 1,
  "description": "TLS and Cryptographic library for many platforms",
  "homepage": "https://wolfssl.com",
  "license": "GPL-3.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": {
    "asio": {
      "description": "Enable asio support"
    },
    "curve25519-blinding": {
      "description": "Enables callback to provide TLS keys for debugging"
    },
    "dtls": {
      "description": "DTLS support"
    },
    "quic": {
      "description": "Enable quic support"
    },
    "secret-callback": {
      "description": "Enables callback to provide TLS keys for debugging"
    }
  }
}