summaryrefslogtreecommitdiffstats
path: root/crypto/rand/drbg_lib.c
AgeCommit message (Expand)Author
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis
2018-09-12Replace the public RAND_DRBG_USED_FLAGS #define by an internal constantDr. Matthias St. Pierre
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-04-28Don't cleanup uninitialized thread local slotsBernd Edlinger
2018-04-27Fix drbg thread cleanup and error handlingBernd Edlinger
2018-04-17DRBG: fix coverity issuesDr. Matthias St. Pierre
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-19Make the public and private DRBG thread localKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-17Fixed a crash in error handing of rand_drbg_newBernd Edlinger
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
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-15DRBG: make locking api truly privateDr. Matthias St. Pierre
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-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-29Add RAND_DRBG_bytesKurt Roeckx
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
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-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-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-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre
2017-08-22Move randomness to allocated bufferRich Salz
2017-08-13Instantiate when RAND_status() checksRich Salz
2017-08-07Make RAND_DRBG fork-safeRich Salz
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-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Add DRBG random methodRich Salz