kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
ab0d3e54 2015-02-24 19:39:16 add windows-specific hardening options This enables DEP and ALSR capabilities. Stack protection is enabled optionally, there are some extra linking steps required that make it difficult to enable by default.
347c03d3 2015-02-23 09:48:04 remove openat requirement for building certhash
f54d0d4f 2015-02-23 09:25:06 remove unneeded continuation characters in ssl/crypto mlinks list
9da890ff 2015-02-23 09:18:47 update libtls mlinks
2c5ac47d 2015-02-22 18:06:46 Update initial changelog for 2.1.4
329df39a 2015-02-19 23: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-19 21:23:31 add script for building windows binary distribution packages
49d80f0e 2015-02-19 21:16:55 add missing line continuation
a859b93f 2015-02-16 22:22:29 disable system issetugid on OS X since it is not fork-safe Noticed while testing similar code for AIX. ok beck@
adc416e9 2015-02-16 22:19:01 remove getuid/getgid fallbacks from hp-ux issetugid emulation Fail closed if we cannot obtain the process flags. Noticed while looking at a similar function for AIX.