|
9a0f8a42
|
2016-03-21T04:37:01
|
|
set windows binary OPENSSLDIR to something plausible
|
|
0fa826d3
|
2015-09-21T22:08:12
|
|
revise how headers are patched for windows, remove sed scripts
|
|
dd646a33
|
2015-03-18T19:12:42
|
|
enable libtls by default
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@
|
|
031f0aaa
|
2015-03-07T12:04:29
|
|
specify -static-libgcc for mingw builds
Avoid external external dependencies on 32-bit windows builds.
|
|
d193b171
|
2015-03-02T23:17:48
|
|
Add '-windows' to windows binary archive.
|
|
557df7ee
|
2015-03-01T05:34:43
|
|
refine building windows binaries, enable shared
|
|
f94d3d67
|
2015-02-24T19:42:26
|
|
update windows binary build script
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.
|
|
329df39a
|
2015-02-19T23:05:51
|
|
enable Windows NX / ALSR / stack protector
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.
|
|
7ba78489
|
2015-02-19T21:23:31
|
|
add script for building windows binary distribution packages
|