summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2019-07-16Regenerate mkerr filesRich Salz
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02Fix TyposAntoine Cœur
2019-07-01Remove NextStep supportRich Salz
2019-06-28Change the DRBG HMAC implementation to lookup allowed digest namesMatt Caswell
2019-06-28Change the DRBG HASH implementation to lookup all allowed algorithm namesMatt Caswell
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Convert thread stop handling into a publish/subscribe modelMatt Caswell
2019-06-09Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-05-10Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre
2019-05-02Use vxRandLib for VxWorks7Klotz, Tobias
2019-04-30Squashed commit of the following:Pauli
2019-04-21Fix bug in entropy gathering.Pauli
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli
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-29Clear seed source structures.Pauli
2019-03-29Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.Soujyu Tanaka
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli
2019-03-29Fix broken change from b3d113e.Pauli
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-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
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-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-11-01Avoid two memory allocations in each RAND_DRBG_bytesBernd 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-26Fix data race in RAND_DRBG_generateBernd Edlinger
2018-10-26Fix a possible crash in rand_drbg_get_entropyBernd Edlinger
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre