summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-31crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'Dr. Matthias St. Pierre
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-16Fix memory leak in do_rand_drbg_init()Dr. Matthias St. Pierre
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre
2018-01-04crypto/rand: rename drbg_rand.c to drbg_ctr.cDr. Matthias St. Pierre
2017-12-17Make DRBG uninstantiate() and instantiate() methods inverse to each otherDr. Matthias St. Pierre
2017-12-17Allocate the three shared DRBGs on the secure heapDr. Matthias St. Pierre
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-10-18Add missing RAND_DRBG lockingBenjamin Kaduk
2017-10-18Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-28Make the global DRBGs staticKurt Roeckx
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-22Move randomness to allocated bufferRich Salz
2017-08-13Instantiate when RAND_status() checksRich Salz
2017-08-07Various RAND improvementsRich Salz
2017-08-07Make RAND_DRBG fork-safeRich Salz
2017-08-06Use passed drbg, not global oneDr. Stephen Henson
2017-08-05Add entropy sanity checkDr. Stephen Henson
2017-08-05Set randomness buffer pointer in get_entropy calls.Dr. Stephen Henson
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz
2017-07-26Fix async engine pause dead lock in error case.Emeric Brun
2017-07-22Add --with-rand-seedRich Salz
2017-07-20Fix out-of-bounds read in ctr_XORBenjamin Kaduk
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Rename internal rand.h fileRich Salz
2017-07-20Fix faulty includeRichard Levitte
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Add DRBG random methodRich Salz
2017-07-17Fix use-after-freeRich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-15Start to overhaul RAND APIRich Salz
2017-07-12Rewrite RAND_egdRich Salz
2017-07-07Trivial bounds checking.Pauli
2017-07-06Remove some now-unneeded VMS controlsRich Salz
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz