summaryrefslogtreecommitdiff
path: root/random_seed.c
Commit message (Expand)AuthorAgeFilesLines
* Iesue #692: use arc4random() if it's available (in libc on BSD systems, and l...Eric Haszlakiewicz2021-01-131-2/+11
* random_seed: on error, continue to next methodPierce Lopez2020-10-071-40/+29
* Prevent signed overflow in get_time_seedTobias Stoeckmann2020-08-221-1/+1
* Use GRND_NONBLOCK with getrandom.Tobias Stoeckmann2020-08-151-2/+4
* Use getrandom() if available in json_c_get_random_seedAlan Coopersmith2020-07-311-0/+41
* Issue #594 - provide an OVERRIDE_GET_RANDOM_SEED cmake variable to override j...Eric Haszlakiewicz2020-07-221-0/+3
* get_cryptgenrandom_seed: compat with old windows + fallbackGianluigi Tiesi2020-06-031-10/+18
* Issue #589: drop the rdrand test loops to just 3, tweak comments and add some...Eric Haszlakiewicz2020-05-041-25/+39
* Detect broken RDRAND during initializationTudor Brindus2020-05-031-4/+33
* Fix segmentation fault in CPUID checkTudor Brindus2020-05-031-13/+2
* Don't let clang-format rearrange Windows includes, since they need to be in a...Eric Haszlakiewicz2020-04-061-1/+3
* Format random_seed.c with clang-format, with key asm sections excluded.Eric Haszlakiewicz2020-04-061-70/+79
* Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escap...Eric Haszlakiewicz2019-11-231-1/+3
* Fix compiler warningsRubasri Kalidas2018-12-181-12/+12
* 1.make it can been compiled with Visual Studio 2010Haffon2017-08-221-2/+2
* build: make `strerror()` override-ableAlexandru Ardelean2017-07-131-1/+1
* Add missing include file to random_seedJames Myatt2015-03-041-0/+1
* Merge pull request #156 from jubalh/masterEric Haszlakiewicz2015-03-031-8/+8
|\
| * Remove trailing whitespaceMichael Vetter2014-08-261-8/+8
* | Merge pull request #150 from ams-cs/masterEric Haszlakiewicz2014-09-131-0/+3
|\ \
| * | Fix build using MinGW.Andrew Stubbs2014-08-041-0/+3
| |/
* | Removed duplicate check in random_seed test - bug #140Alexandru Costache2014-07-041-5/+2
|/
* Patch to address the following issues:Michael Clark2014-04-091-0/+237