mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
baa9580d7d
Thix fixes #35792. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com> Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
39 lines
963 B
JSON
39 lines
963 B
JSON
{
|
|
"name": "openssl",
|
|
"version": "3.2.0",
|
|
"port-version": 2,
|
|
"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"
|
|
}
|
|
}
|
|
}
|