aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl/windows
AgeCommit message (Collapse)Author
2021-07-22[openssl] Fix vcpkg-cmake-wrapper.cmake (#18475)Phoebe
* [openssl] Fix vcpkg-cmake-wrapper.cmake * Update baseline revision * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Bump port-version. * Update the baseline version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-01[OpenSSL] support for "no-autoload-config" config option (#18389)Lev Stipakov
* [OpenSSL]: support for "no-autoload-config" config option OpenSSL has "no-autoload-config" config option, which disables automatic config loading: https://github.com/openssl/openssl/pull/5959 This patch allows to set above option via variable in custom triplet: # build-openssl-no-autoload-config.cmake set(OPENSSL_NO_AUTOLOAD_CONFIG ON) and use it like: vcpkg install --overlay-triplets=<path-to-triplets> \ openssl:build-openssl-no-autoload-config Signed-off-by: Lev Stipakov <lev@openvpn.net> * [OpenSSL] bump version Signed-off-by: Lev Stipakov <lev@openvpn.net>
2021-04-30[OpenSSL] Update to 1.1.1k (#16937)Raul Metsma
* [OpenSSL] Update to 1.1.1k Signed-off-by: Raul Metsma <raul@metsma.ee> * Update JSON file Signed-off-by: Raul Metsma <raul@metsma.ee> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2020-11-03[OpenSSL] refactor openssl ports. (#14308)Alexander Neumann