summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_unix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre2019-09-111-0/+3
* Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger2019-09-101-17/+22
* Cleanup includes in rand_unix.cBernd Edlinger2019-09-051-5/+6
* Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli2019-08-291-2/+2
* Avoid overflowing FDSET when using select(2).Pauli2019-08-241-1/+1
* Start up DEVRANDOM entropy improvement for older Linux devices.Pauli2019-08-201-6/+101
* Add a fallback definition for __NR_getrandom for x86 linuxBernd Edlinger2019-08-191-0/+4
* Add a fallback definition for __NR_getrandom for ARM linuxBernd Edlinger2019-08-191-0/+7
* Make the RAND code available from inside the FIPS moduleMatt Caswell2019-06-281-1/+1
* Fix UEFI build on FreeBSD by not including system headersRebecca Cran2019-06-191-1/+1
* Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre2019-06-091-23/+0
* Use vxRandLib for VxWorks7Klotz, Tobias2019-05-021-26/+6
* Clear seed source structures.Pauli2019-03-291-2/+8
* Fix seeding from random device w/o getrandom syscallBernd Edlinger2019-03-011-3/+26
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-0/+21
* Following the license change, modify the boilerplates in crypto/rand/Richard Levitte2018-12-061-1/+1
* rand_unix.c: open random devices on first use onlyDr. Matthias St. Pierre2018-11-081-12/+3
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-161-1/+1
* rand_unix.c: fix --with-rand-seed=none buildDr. Matthias St. Pierre2018-10-101-15/+22
* Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis2018-09-271-1/+1
* rand_unix.c: don't discard entropy bytes from /dev/*randomDr. Matthias St. Pierre2018-08-191-9/+14
* rand_unix.c: don't discard entropy bytes from syscall_random()Dr. Matthias St. Pierre2018-08-191-9/+17
* rand_unix.c: assimilate syscall_random() with getrandom(2)Dr. Matthias St. Pierre2018-08-191-20/+37
* rand/rand_unix.c: address macro redifinition warning.Andy Polyakov2018-07-011-1/+3
* Modify the DEVRANDOM source so that the files are kept open persistently.Pauli2018-06-261-16/+156
* rand/rand_unix.c: mask getentropy ELF detection on HP-UX.Andy Polyakov2018-06-251-1/+1
* RAND_POOL: Add missing implementations for djgppDr. Matthias St. Pierre2018-06-151-4/+5
* rand/rand_unix.c: bypass DSO_global_lookup on ELF systems.Andy Polyakov2018-06-091-8/+16
* rand/rand_unix.c: omit error from DSO_global_lookup.Andy Polyakov2018-06-091-0/+2
* Fix checking the return value of getentropy()Kurt Roeckx2018-06-031-1/+1
* Remove support for calling getrandom(), we now always call getentropy()Kurt Roeckx2018-06-031-18/+0
* Look up availability of getentropy() at runtime.Kurt Roeckx2018-06-031-5/+24
* Add support for KERN_ARND to get random bytes on NetBSDKurt Roeckx2018-06-031-7/+18
* Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte2018-05-021-5/+5
* Fix usage of ossl_assert()Kurt Roeckx2018-04-231-1/+2
* Add support for getrandom() or equivalent system calls and use them by defaultKurt Roeckx2018-04-221-10/+91
* DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre2018-04-131-14/+165
* Remove ambiguity in rand_pool_add[_end] return valueRichard Levitte2018-04-041-3/+6
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-20/+21
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Use both getrandom() and /dev/urandom by default on Linux.Kurt Roeckx2018-02-131-7/+11
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-43/+84
* Move e_os.h to be the very first include.Pauli2017-08-291-2/+1
* DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre2017-08-281-2/+2
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-281-9/+9
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-41/+51
* Add --with-rand-seedRich Salz2017-07-221-198/+94
* Start to overhaul RAND APIRich Salz2017-07-151-10/+9