summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/arc4random
AgeCommit message (Expand)AuthorFilesLines
2020-11-11Update getentropy on Windows to use Cryptography Next Generation (CNG).bcook1-18/+9
2020-10-12make fixed-sized fixed-value mib[] arrays be constderaadt2-8/+4
2020-05-17As done everywhere else, use a local version of MINIMUM() and avoidderaadt5-21/+21
2019-07-11Using pthread_atfork instead of __register_atfork with uClibc on noMMUinoguchi1-2/+2
2018-11-20Saw a mention somewhere a while back that the gotdata() function inderaadt5-144/+27
2018-03-13ensure SYS_getrandom and GRND_NONBLOCK are both defined before using getrandom(2)bcook1-4/+4
2017-04-29Switch Linux getrandom() usage to non-blocking mode, continuing tobeck1-6/+9
2016-09-03add iOS support for getentropybcook1-1/+12
2016-08-07Update the link for the getentropy(2) manual to man.openbsd.org/tb8-16/+16
2016-06-30Tighten behavior of _rs_allocate failure for portable arc4random implementations.bcook7-7/+14
2016-06-30Tighten behavior of _rs_allocate on Windows.bcook1-4/+7
2016-04-19fix typo in comment; ok becktj1-2/+2
2016-01-04Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.bcook1-2/+3
2015-09-11unify files furtherderaadt10-61/+61
2015-08-25unify versions, so they are easier to diff.deraadt4-9/+9
2015-08-25KNFderaadt1-6/+4
2015-06-13Remove unneeded sys/sysctl.h on linux.bcook1-2/+1
2015-04-27Not all Linux libc's include linux/sysctl.h in sys/sysctl.h.bcook1-2/+3
2015-04-27Support AIX versions without WPAR support.bcook1-1/+5
2015-03-30add initial AIX getentropy/arc4random files. Thanks to Michael Felt.bcook2-0/+501
2015-03-22sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked includebcook1-2/+1
2015-01-19Add arc4random/getentropy shims for NetBSD.bcook2-0/+150
2015-01-15back in september I did the large abstraction refactoring to allow thesederaadt6-6/+12
2015-01-07mix in more virtual memory and process informationbcook1-2/+4
2015-01-06add initial HP-UX getentropy/arc4random support.bcook2-0/+496
2014-11-11correct the failure case for getentropy on win32bcook1-3/+3
2014-11-03Add hooks to override native arc4random_buf on FreeBSD.bcook2-0/+149
2014-10-11include header needed by older linux kernelsbcook1-1/+2
2014-08-28preserve errno value on success.bcook1-4/+6
2014-08-16only build the getrandom path if SYS_getrandom is defined.bcook1-3/+7
2014-08-16getrandom(2) support for getentropy_linuxbcook1-13/+10
2014-08-13munmap correct object in (extremely unlikely, and effectively terminal)deraadt3-6/+6
2014-07-22better match proposed syscall apibcook1-8/+2
2014-07-21protect sysctl path with SYS__sysctl instead; from enh@google, ok bcookderaadt1-6/+6
2014-07-21Use explicit_bzero() instead of memset() on buffers going out of scope.guenther3-6/+9
2014-07-21cast from void * before math; enh@googlederaadt1-2/+2
2014-07-20Move more OS-specific functionality to arc4random.h headers.bcook4-4/+37
2014-07-20initial win32 ARC4_LOCK/UNLOCK implementation.bcook1-1/+21
2014-07-20Demonstrate how new linux getrandom() will be called, at least untilderaadt1-1/+37
2014-07-19remove disabled main hook; we use phdr now; ok bcookderaadt3-21/+3
2014-07-19tab lovederaadt1-3/+3
2014-07-19Move _ARC4_ATFORK handlers from thread_private.h in portable.bcook3-3/+15
2014-07-19move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modulesbcook3-3/+22
2014-07-19fixup typosbcook3-55/+54
2014-07-19Change _rs_allocate so it can combine the two regions (rs and rsx)deraadt4-55/+55
2014-07-18Cleanup portable arc4random fork detection code:matthew3-33/+24
2014-07-18Seperate arc4random's os-dependent parts into static inline functions,deraadt4-0/+243
2014-07-16Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on olderkettenis1-1/+3
2014-07-13Use dl_iterate_phdr() to iterate over the segments and throw the addressesderaadt2-2/+28
2014-07-13Provide a link to the canonical API specification.deraadt4-4/+16