summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arc4random
AgeCommit message (Expand)Author
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2020-11-11Update getentropy on Windows to use Cryptography Next Generation (CNG).Brent Cook
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-05-17As done everywhere else, use a local version of MINIMUM() and avoidTheo de Raadt
2019-07-11Using pthread_atfork instead of __register_atfork with uClibc on noMMUKinichiro Inoguchi
2018-11-20Saw a mention somewhere a while back that the gotdata() function inTheo de Raadt
2018-03-13ensure SYS_getrandom and GRND_NONBLOCK are both defined before using getrando...Brent Cook
2017-04-29Switch Linux getrandom() usage to non-blocking mode, continuing toBob Beck
2016-09-02add iOS support for getentropyBrent Cook
2016-08-07Update the link for the getentropy(2) manual to man.openbsd.org/Theo Buehler
2016-06-30Tighten behavior of _rs_allocate failure for portable arc4random implementati...Brent Cook
2016-06-30Tighten behavior of _rs_allocate on Windows.Brent Cook
2016-04-19fix typo in comment; ok beckT.J. Townsend
2016-01-04Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.Brent Cook
2015-09-11unify files furtherTheo de Raadt
2015-08-25unify versions, so they are easier to diff.Theo de Raadt
2015-08-25KNFTheo de Raadt
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