Add a fallback definition for __NR_getrandom for ARM linux
[openssl.git] / crypto / rand / rand_unix.c
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for ARM...
2019-06-28 Matt CaswellMake the RAND code available from inside the FIPS module
2019-06-19 Rebecca CranFix UEFI build on FreeBSD by not including system headers
2019-06-09 Dr. Matthias St... Revert the DEVRANDOM_WAIT feature
2019-05-02 Klotz, TobiasUse vxRandLib for VxWorks7
2019-03-29 PauliClear seed source structures.
2019-03-01 Bernd EdlingerFix seeding from random device w/o getrandom syscall
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-08 Dr. Matthias St... rand_unix.c: open random devices on first use only
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-10-10 Dr. Matthias St... rand_unix.c: fix --with-rand-seed=none build
2018-09-27 Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
2018-08-19 Dr. Matthias St... rand_unix.c: don't discard entropy bytes from /dev...
2018-08-19 Dr. Matthias St... rand_unix.c: don't discard entropy bytes from syscall_r...
2018-08-19 Dr. Matthias St... rand_unix.c: assimilate syscall_random() with getrandom(2)
2018-07-01 Andy Polyakovrand/rand_unix.c: address macro redifinition warning.
2018-06-26 PauliModify the DEVRANDOM source so that the files are kept...
2018-06-25 Andy Polyakovrand/rand_unix.c: mask getentropy ELF detection on...
2018-06-15 Dr. Matthias St... RAND_POOL: Add missing implementations for djgpp
2018-06-09 Andy Polyakovrand/rand_unix.c: bypass DSO_global_lookup on ELF systems.
2018-06-09 Andy Polyakovrand/rand_unix.c: omit error from DSO_global_lookup.
2018-06-03 Kurt RoeckxFix checking the return value of getentropy()
2018-06-03 Kurt RoeckxRemove support for calling getrandom(), we now always...
2018-06-03 Kurt RoeckxLook up availability of getentropy() at runtime.
2018-06-03 Kurt RoeckxAdd support for KERN_ARND to get random bytes on NetBSD
2018-05-02 Richard LevitteChange rand_pool_bytes_needed to handle less entropy...
2018-04-23 Kurt RoeckxFix usage of ossl_assert()
2018-04-22 Kurt RoeckxAdd support for getrandom() or equivalent system calls...
2018-04-13 Dr. Matthias St... DRBG: implement a get_nonce() callback
2018-04-04 Richard LevitteRemove ambiguity in rand_pool_add[_end] return value
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-02-27 Matt CaswellUpdate copyright year
2018-02-13 Kurt RoeckxUse both getrandom() and /dev/urandom by default on...
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-28 Dr. Matthias St... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-28 Dr. Matthias St... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-22 Rich SalzAdd --with-rand-seed
2017-07-15 Rich SalzStart to overhaul RAND API
2017-07-05 Rich SalzUndo commit de02ec2
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-03-17 Rich SalzRemove Netware and OS/2
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-14 Benjamin KadukAdd a no-egd option to disable EGD-related code
2015-09-03 Long, QinAdd UEFI flag for rand build
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-17 Rich SalzRT3548: Remove some obsolete platforms
2011-12-19 Dr. Stephen HensonPR: 2563
2009-04-07 Dr. Stephen HensonChanges from 1.0.0-stable.
2009-02-15 Ben LaurieUse new common flags and fix resulting warnings.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2006-06-30 Bodo Mölleruse <poll.h> as by Single Unix Specification
2006-06-28 Bodo Mölleralways read in RAND_poll() if we can't use select becau...
2006-06-27 Richard LevitteUse poll() when possible to gather Unix randomness...
2006-04-11 Ulf MöllerAdd BeOS support.
2005-07-22 Geoff ThorpeFix some signed/unsigned warnings.
2005-06-18 Richard LevitteMove the definition of DEVRANDOM for DJGPP from Configu...
2005-05-30 Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
2005-01-13 Andy PolyakovFix an "oops" typo! Well, it was a debugging left-over...
2005-01-13 Andy PolyakovO_NOFOLLOW is not appropriate when opening /dev/* entri...
2005-01-04 Andy PolyakovDJGPP update.
2004-03-15 Richard LevitteIt was just pointed out to me that it's better to cast...
2004-03-15 Richard LevitteMake sure that the last argument to RAND_add() is a...
2003-12-27 Richard LevitteCheck if a random "file" is really a device file, and...
2003-11-28 Richard LevitteNetware-specific changes,
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-10-14 Richard LevitteComplete the VxWorks fix by implementing a NULL RAND_po...
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-06-20 Lutz Jänicke<sys/select.h> is included for AIX, when USE_SOCKETS...
2002-06-20 Lutz JänickeAIX (V3) requires <sys/select.h> (included via e_os...
2001-07-01 Richard LevitteChanges to have OpenSSL compile on OS/2.
2001-04-18 Bodo Möllerfix md_rand.c locking bugs
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake sure time() is properly declared.
2001-01-09 Lutz JänickeAdd automatic query of EGD sockets to RAND_poll()....
2001-01-09 Lutz JänickeDon't cheat: when only getting several bytes from each...
2001-01-08 Richard LevitteChange RAND_poll for Unix to try a number of devices...