2060 Commits (b8cd4e212a1f07447767fa3937f008476cf2728c)

Author SHA1 Message Date
  guenther 6fd1ff93b6 Use explicit_bzero() instead of memset() on buffers going out of scope. 10 years ago
  deraadt de41d1af59 cast from void * before math; enh@google 10 years ago
  deraadt 0e76256cce missing newline 10 years ago
  guenther a59e881122 Switch from <sys/endian.h> or <machine/endian.h> to the new, 10 years ago
  bcook 7c7854314b Move more OS-specific functionality to arc4random.h headers. 10 years ago
  bcook 5fcb913dfe initial win32 ARC4_LOCK/UNLOCK implementation. 10 years ago
  guenther 9475b44edc From ISO/IEC 9899:1999 and 9899:201x, 10 years ago
  deraadt d107050d39 Demonstrate how new linux getrandom() will be called, at least until 10 years ago
  deraadt 403b6a2c61 remove disabled main hook; we use phdr now; ok bcook 10 years ago
  naddy 44b039650c arc4random re-seeds with getentropy() now; ok deraadt@ jmc@ 10 years ago
  deraadt 2d56bb72a9 tab love 10 years ago
  bcook 9b651cf7ae Move _ARC4_ATFORK handlers from thread_private.h in portable. 10 years ago
  bcook b61a1138bd move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modules 10 years ago
  bcook 8a64d61e25 fixup typos 10 years ago
  deraadt 884e90e06c Change _rs_allocate so it can combine the two regions (rs and rsx) 10 years ago
  matthew 908da16e8c Cleanup portable arc4random fork detection code: 10 years ago
  matthew c4eeb8ba1e Remove "const" from the lsearch(3) manual's synopsis too. 10 years ago
  jmc df5413a7ec zap trailing whitespace; 10 years ago
  matthew 3d494c5a79 Change lsearch()'s "base" argument to require a non-const pointer to 10 years ago
  deraadt 19c7eca85b Seperate arc4random's os-dependent parts into static inline functions, 10 years ago
  deraadt e95464400c it is 2014, and we still need to encourage people away from srand() 10 years ago
  deraadt a4e31d35a0 "Race-free because we're running single-threaded in a new 10 years ago
  kettenis 2c152452b6 Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on older 10 years ago
  deraadt 9c21f5c33d #ifdef wrap the _rs_forkhandler 10 years ago
  bcook fca7f5a866 added handler for an atfork hook from kettenis@ 10 years ago
  tedu 1d810a359a include stdint.h for standard ints. from Jean-Philippe Ouellet 10 years ago
  tedu 37a5836398 oops, i deleted the wrong word 10 years ago
  tedu 13ffbefb0f remove a lie spotted by guenther 10 years ago
  tedu d3e68c8356 once srandomdev() is called, switch to using arc4random() but mask off the 10 years ago
  deraadt 1efcd9909f Use dl_iterate_phdr() to iterate over the segments and throw the addresses 10 years ago
  deraadt 757bd836f8 Provide a link to the canonical API specification. 10 years ago
  beck 6289d57278 While we thought this would make portable life easier it actually 10 years ago
  beck 7f965a2eac Take away the use of the address of main as a source of entropy. Causes 10 years ago
  wouter 455c599158 getentropy on Windows. It compiles but has not been thoroughly tested yet. 10 years ago
  wouter ca0c9eb852 Remove signed/unsigned warning, statement before declaration and 10 years ago
  miod 9b1d48d8cc Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been 10 years ago
  deraadt 30150934f0 Wrap "thread_private.h" with #ifdef __OpenBSD__ so that other systems 10 years ago
  beck 279cc5b646 guard inclusion of sys/sysctl.h so we can detect at compile time and 10 years ago
  deraadt bf34b69892 remove gratuitous differences, ok beck 10 years ago
  deraadt 96303f230c remove gratuitous differences, ok beck bcook 10 years ago
  deraadt 3f9dd576c8 Split arc4random_uniform into it's own file, to assist other projects 10 years ago
  beck a99ff4bd9f Solaris uses a symbolic link for /dev/urandom which harms best practice of 10 years ago
  deraadt 25da0193d5 odds are that some ABI change occured today, no matter how careful everyone 10 years ago
  tedu 5bee4066ca i'm a dumbdumb. fix build. 10 years ago
  tedu 447cee822e move all the feature settings to a common header. 10 years ago
  beck 2e9cadcb9c Make sure we leave OPENSSL_NO_PSK in the conf files so things 10 years ago
  kettenis 78bf858a52 Add locking for __cxa_finalize() as it modifies the page permissions of the 10 years ago
  tedu ae7f8bb30d better document perils of setuid getenv and xr with issetugid 10 years ago
  tedu beacb71783 as noted by google/android via kettenis, atexit handlers can install new 10 years ago
  tedu 705f1bf46e reduce obvious dependency on global g_pool by moving to local aliases 10 years ago