summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2019-09-10Update copyright yearMatt Caswell
2019-09-10Fix a potential crash in rand_unix.cBernd Edlinger
2019-09-10Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger
2019-09-09drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre
2019-09-09drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre
2019-09-09drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-09Fix build with VS2008Bernd Edlinger
2019-09-05Cleanup includes in rand_unix.cBernd Edlinger
2019-09-05Remove ifndef FIPS_MODE from rand_unix.cBernd Edlinger
2019-08-30Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli
2019-08-24Avoid overflowing FDSET when using select(2).Pauli
2019-08-20Start up DEVRANDOM entropy improvement for older Linux devices.Pauli
2019-08-19Add a fallback definition for __NR_getrandom for x86 linuxBernd Edlinger
2019-08-19Add a fallback definition for __NR_getrandom for ARM linuxBernd Edlinger
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-07-31Fix TyposAntoine Cœur
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-23Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran
2019-06-09Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre
2019-05-30Fix broken change from b3d113e.Pauli
2019-05-28Update copyright yearRichard Levitte
2019-04-02Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WI...Richard Levitte
2019-04-02rand_win.c: loosen version requirements for BCryptGenRandomDr. Matthias St. Pierre
2019-04-02crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNTRichard Levitte
2019-03-29Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.Soujyu Tanaka
2019-03-22Cosmetic rand/drbg changes.Pauli
2019-03-15VMS: only use the high precision on VMS v8.4 and upDr. Matthias St. Pierre
2019-03-01Fix seeding from random device w/o getrandom syscallBernd Edlinger
2019-02-26Update copyright yearMatt Caswell
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2018-11-09Fix issues with do_rand_init/rand_cleanup_intBernd Edlinger
2018-11-08rand_unix.c: open random devices on first use onlyDr. Matthias St. Pierre
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre
2018-11-08Add missing RAND initialisation call.Pauli
2018-11-07Rename the rand_drbg_st data member "pool" to "seed_pool"Bernd Edlinger
2018-11-07Initialize reseed_gen_counter to 1, like it is done in masterBernd Edlinger
2018-11-05Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-11-05Fix error handling in RAND_DRBG_uninstantiateBernd Edlinger
2018-11-05Fix error handling in rand_drbg_newBernd Edlinger
2018-11-05Fix error handling in RAND_DRBG_setBernd Edlinger
2018-10-30Fix a race condition in drbg_addBernd Edlinger
2018-10-29Rework and simplify resource flow in drbg_addBernd Edlinger
2018-10-28randfile.c: fix a Coverity warningDr. Matthias St. Pierre
2018-10-28drbg_lib: avoid NULL pointer dereference in drbg_addDr. Matthias St. Pierre
2018-10-27Fix data race in RAND_DRBG_generateBernd Edlinger
2018-10-27RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre
2018-10-26Backport some DRBG renamings and typo fixesDr. Matthias St. Pierre
2018-10-26Fix a possible crash in rand_drbg_get_entropyBernd Edlinger
2018-10-26RAND_load_file(): avoid adding small chunks to RAND_add()Dr. Matthias St. Pierre