mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 12:41:37 +08:00
5a38b5ec0e
* [openssl] update version to 3.1.3 * [openssl] removed patches that are already applied in version 3.1.3 for windows * [openssl] format vcpkg.json * [openssl] update version information * Revert armcap changes (WIP) * WIP * Revert "Revert armcap changes (WIP)" This reverts commita451e6e0be
. * Trace * Revert "Trace" This reverts commit91e6428688
. * [openssl] Disable asm also on arm32 neon * Revert "WIP" This reverts commitb7c3a6d961
. --------- Co-authored-by: Carsten Grimm <carsten.grimm@ipolog.ai>
32 lines
806 B
JSON
32 lines
806 B
JSON
{
|
|
"name": "openssl",
|
|
"version": "3.1.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"
|
|
},
|
|
"tools": {
|
|
"description": "Install openssl executable and scripts",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|