Samuel D. Leslie 2c2f2270a1
openssl: Set OPENSSL_MODULES environment variable (#3338)
* openssl: Set OPENSSL_MODULES environment variable

Required for OpenSSL to locate various modules (aka. providers).

See Issue #3335 for the full details.

* Update openssl.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2022-02-27 12:27:45 +05:30

40 lines
1.4 KiB
JSON

{
"version": "3.0.1",
"description": "TLS/SSL toolkit",
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-3_0_1.exe",
"hash": "d7099b77079e6a5f9c528011733679b27d99b09ba997a33affe563b6d89fc176"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-3_0_1.exe",
"hash": "330f06d9855251c1a2d63e65a4ee16bab7a15a634bb067789224c0b1f9e07c16"
}
},
"innosetup": true,
"env_add_path": "bin",
"env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
"OPENSSL_LIB_DIR": "$dir\\lib",
"OPENSSL_INCLUDE_DIR": "$dir\\include",
"OPENSSL_MODULES": "$dir\\bin"
},
"checkver": "Win32 OpenSSL v([^\\s]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
"jsonpath": "$.files.['$basename'].sha256"
}
}
}