Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set windows binary OPENSSLDIR to something plausible | Brent Cook | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | revise how headers are patched for windows, remove sed scripts | Brent Cook | 2015-09-21 | 1 | -10/+1 |
| | |||||
* | enable libtls by default | Brent Cook | 2015-03-19 | 1 | -1/+1 |
| | | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@ | ||||
* | specify -static-libgcc for mingw builds | Brent Cook | 2015-03-08 | 1 | -0/+1 |
| | | | | Avoid external external dependencies on 32-bit windows builds. | ||||
* | Add '-windows' to windows binary archive.v2.1.4 | Brent Cook | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | refine building windows binaries, enable shared | Brent Cook | 2015-03-01 | 1 | -15/+17 |
| | |||||
* | update windows binary build script | Brent Cook | 2015-02-24 | 1 | -47/+45 |
| | | | | | | This puts the 32 and 64-bit binaries in the same zip file, adds debug files that are compatible with Visual Studio/windbg, and updates for the new configure options. | ||||
* | enable Windows NX / ALSR / stack protector | Brent Cook | 2015-02-19 | 1 | -1/+5 |
| | | | | | | I will update my toolchain and try --high-entropy-va and stack-protector-strong later. We will probably need to ship libssp-0.dll as well. Thanks to jsg for hints. | ||||
* | add script for building windows binary distribution packages | Brent Cook | 2015-02-19 | 1 | -0/+52 |