summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arc4random
AgeCommit message (Expand)Author
2015-06-13Remove unneeded sys/sysctl.h on linux.Brent Cook
2015-04-27Not all Linux libc's include linux/sysctl.h in sys/sysctl.h.Brent Cook
2015-04-27Support AIX versions without WPAR support.Brent Cook
2015-03-30add initial AIX getentropy/arc4random files. Thanks to Michael Felt.Brent Cook
2015-03-22sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked includeBrent Cook
2015-01-19Add arc4random/getentropy shims for NetBSD.Brent Cook
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt
2015-01-07mix in more virtual memory and process informationBrent Cook
2015-01-06add initial HP-UX getentropy/arc4random support.Brent Cook
2014-11-11correct the failure case for getentropy on win32Brent Cook
2014-11-03Add hooks to override native arc4random_buf on FreeBSD.Brent Cook
2014-10-11include header needed by older linux kernelsBrent Cook
2014-08-28preserve errno value on success.Brent Cook
2014-08-16only build the getrandom path if SYS_getrandom is defined.Brent Cook
2014-08-16getrandom(2) support for getentropy_linuxBrent Cook
2014-08-13munmap correct object in (extremely unlikely, and effectively terminal)Theo de Raadt
2014-07-22better match proposed syscall apiBrent Cook
2014-07-21protect sysctl path with SYS__sysctl instead; from enh@google, ok bcookTheo de Raadt
2014-07-21Use explicit_bzero() instead of memset() on buffers going out of scope.Philip Guenther
2014-07-21cast from void * before math; enh@googleTheo de Raadt
2014-07-20Move more OS-specific functionality to arc4random.h headers.Brent Cook
2014-07-20initial win32 ARC4_LOCK/UNLOCK implementation.Brent Cook
2014-07-20Demonstrate how new linux getrandom() will be called, at least untilTheo de Raadt
2014-07-19remove disabled main hook; we use phdr now; ok bcookTheo de Raadt
2014-07-19tab loveTheo de Raadt
2014-07-19Move _ARC4_ATFORK handlers from thread_private.h in portable.Brent Cook
2014-07-19move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modulesBrent Cook
2014-07-19fixup typosBrent Cook
2014-07-19Change _rs_allocate so it can combine the two regions (rs and rsx)Theo de Raadt
2014-07-18Cleanup portable arc4random fork detection code:Matthew Dempsky
2014-07-18Seperate arc4random's os-dependent parts into static inline functions,Theo de Raadt
2014-07-16Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on olderMark Kettenis
2014-07-13Use dl_iterate_phdr() to iterate over the segments and throw the addressesTheo de Raadt
2014-07-13Provide a link to the canonical API specification.Theo de Raadt
2014-07-13Take away the use of the address of main as a source of entropy. CausesBob Beck
2014-07-12getentropy on Windows. It compiles but has not been thoroughly tested yet.Wouter Wijngaards
2014-07-12Remove signed/unsigned warning, statement before declaration andWouter Wijngaards
2014-07-12guard inclusion of sys/sysctl.h so we can detect at compile time andBob Beck
2014-07-12remove gratuitous differences, ok beckTheo de Raadt
2014-07-12remove gratuitous differences, ok beck bcookTheo de Raadt
2014-07-12Solaris uses a symbolic link for /dev/urandom which harms best practice ofBob Beck
2014-07-09remove unused variables getentropy for OS XBrent Cook
2014-07-08getentropy for osx and solaris. will be needed for a portable releaseBob Beck
2014-07-08fix oops, accidental delete.. darn copying of files between machinesBob Beck
2014-07-08j should be an int, like repeatBob Beck
2014-07-08unbreak last commit - but same intent, make re-seed less expensiveBob Beck
2014-07-08repeat calls to getentrypy() with the same pid likely indicate reseeds.Theo de Raadt
2014-06-26fix HD() misuse; from brent cookTheo de Raadt
2014-06-25AT_BASE returns us the *address* of the start of ld.so, soBob Beck
2014-06-25get the page of data at AT_SYSINFO_EHDRBob Beck