aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openssl/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/openssl/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/openssl/vcpkg.json')
-rw-r--r--vcpkg/ports/openssl/vcpkg.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/vcpkg/ports/openssl/vcpkg.json b/vcpkg/ports/openssl/vcpkg.json
new file mode 100644
index 0000000..755578a
--- /dev/null
+++ b/vcpkg/ports/openssl/vcpkg.json
@@ -0,0 +1,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"
+ }
+ }
+}