summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-03-06Check the parent DRBG's strengthKurt Roeckx
2018-02-27Update copyright yearMatt Caswell
2018-02-21Check return value of time() when getting additional data for the DRBGKurt Roeckx
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13Use both getrandom() and /dev/urandom by default on Linux.Kurt Roeckx
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-09Fix glibc version detection.Pauli
2018-02-07Fix glibc specific conditional for Mac OS/XPauli
2018-02-07Unify timer codePauli
2018-02-05Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()Dr. Matthias St. Pierre
2018-02-05Fix size limitation of RAND_DRBG_bytes()Dr. Matthias St. Pierre
2018-02-05drbg_bytes: remove check for DRBG_UNINITIALIZED stateDr. Matthias St. Pierre
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