Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c41fb098 | 2014-07-15 20:14:37 | crank version | ||
| 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@ | ||
| 687a2966 | 2014-07-14 15:43:18 | remove stray brackets in --with-enginesdir/openssldir support ok beck@ | ||
| 82610be0 | 2014-07-13 03:14:27 | Crank ok bcook@ | ||
| 4b8c359b | 2014-07-13 03:13:35 | remove problematic DISTCLEANFILES variable ok bcook@ | ||
| e0386dd2 | 2014-07-13 03:02:25 | rc4_util.c went away ok bcook@ | ||
| c1f7374d | 2014-07-12 09:15:11 | We're probably gonna need this for solaris 10 |