aboutsummaryrefslogtreecommitdiff
path: root/ports/libressl/vcpkg.json
blob: ff08a3b587b5e40ca6e583118fe73395c1a3c48b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "libressl",
  "version": "3.3.4",
  "description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.",
  "supports": "!(uwp | arm)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build openssl and ocspcheck executables"
    }
  }
}