kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
1b1bce16 2014-07-17 23:58:46 update to newly-refactored arc4random compatibility shims the thread-private bits can move next ok beck@
d697fdb4 2014-07-17 21:20:34 initial underpinnings for mingw/cross compilation support Use canonical host rather than target so that this works: CC=i686-w64-mingw32-gcc ./configure --host=i686-w64-mingw32 Conditionally compile Linux issetugid compatibility function ok beck@
c41fb098 2014-07-15 20:14:37 crank version
0bc4bdde 2014-07-15 17:22:39 move fork_rand.sh so it does not get run every time the test takes many minutes to run on an OS with a slow fork() call ok beck@
d3746d3a 2014-07-15 17:20:09 indicate failure to the test harness ok beck@
477f1f01 2014-07-15 16:43:00 added fork_rand test to check for PID wraparound ok beck@
32d9eeee 2014-07-15 14:50:05 register the atfork handler from arc4random From kettenis@ People have suggested using pthread_atfork(3) before, but discarded the idea because it involves linking with -lpthread, which has other undesirable consequences. However: * Most systems actually have pthread_atfork(3) in libc. I verified this on OS X and Solaris. I believe this is the case on Linux systems that use musl as well. * On Linux systems that use glibc, this isn't the case. However, those systems have __register_atfork(3), which is fully documented in the "Linux Standard Base Core Specification". ok kettenis@ deraadt@ beck@
7f2fab20 2014-07-15 14:49:34 enable the asn1 test
c5c2aa37 2014-07-14 20:50:52 Add the public signing key so it can be fetched from github
bbd51d0e 2014-07-14 16:09:18 give section 1 man pages a .1 suffix instead of .3 ok beck@