{
  "name": "openssl",
  "href": "https://vcpkg.link/ports/openssl",
  "supports": "all",
  "published_at": "2025-07-03T09:09:06.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://www.openssl.org",
  "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."
  ],
  "license": "Apache-2.0",
  "version": {
    "type": "semver",
    "value": "3.5.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/031ad89ce6c575df35a8e58707ad2c898446c63e/ports/openssl",
    "hash": "031ad89ce6c575df35a8e58707ad2c898446c63e"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/openssl/openssl",
    "stars": 27946
  },
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-get-vars",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "fips",
      "default": [],
      "description": [
        "Enable fips"
      ],
      "supports": "!static",
      "dependencies": []
    },
    {
      "name": "ssl3",
      "default": [],
      "description": [
        "Enable SSL3"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "tools",
      "default": [],
      "description": [
        "Install openssl executable and scripts"
      ],
      "supports": "!uwp",
      "dependencies": []
    },
    {
      "name": "weak-ssl-ciphers",
      "default": [],
      "description": [
        "Enable weak-ssl-ciphers"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}