aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openssl/vcpkg.json
blob: 755578a482cd3f4d324a4a311963160b3a609cc9 (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
{
  "name": "openssl",
  "version": "3.6.0",
  "port-version": 3,
  "description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
  "homepage": "https://www.openssl.org",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    }
  ],
  "features": {
    "fips": {
      "description": "Enable fips",
      "supports": "!static"
    },
    "ssl3": {
      "description": "Enable SSL3"
    },
    "tools": {
      "description": "Install openssl executable and scripts",
      "supports": "!uwp"
    },
    "weak-ssl-ciphers": {
      "description": "Enable weak-ssl-ciphers"
    }
  }
}