summaryrefslogtreecommitdiffstats
path: root/PCbuild/openssl.props
Commit message (Collapse)AuthorAgeFilesLines
* gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)Steve Dower2023-07-121-2/+2
|
* Ensure some build files include a newline at to avoid warnings (GH-100946)th17222023-01-111-1/+1
|
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-281-2/+7
| | | Also makes a few general improvements to the build process and removes some dead code.
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Paul Monson2019-05-151-1/+2
|
* bpo-36108: Avoid failing the build on race condition in clean (GH-12217)Steve Dower2019-03-071-1/+1
|
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-091-5/+9
|
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-70/+17
| | | Updates ssl and tkinter projects to use pre-built externals
* bpo-30631: Silence MSVC warnings in third-party code (GH-1963)Segev Finer2017-06-161-0/+1
|
* Issue #24186: Reenable optimised OpenSSL functionSteve Dower2016-09-091-1/+1
|
* Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware2016-02-221-4/+3
|
* Allow intermediate build directory to be overridden.Steve Dower2015-07-271-2/+4
|
* Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid ↵Steve Dower2015-05-141-1/+1
| | | | crashing.
* Merge with 3.4.Zachary Ware2015-04-101-1/+1
| | | | | The fix has moved in this branch. Also, the opt-in is already available on this branch; just set nasmDir when building.
* Closes #23154: Fix unnecessary recompilation of OpenSSL on WindowsZachary Ware2015-01-041-0/+6
|
* Allows nasm to be found on the system-wide path before using the version in ↵Steve Dower2014-12-131-3/+5
| | | | externals.
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-0/+67
which will be used for the official 3.5 release.