summaryrefslogtreecommitdiffstats
path: root/test/drbgtest.c
AgeCommit message (Expand)Author
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre
2018-11-05Fix a race condition in drbgtest.cBernd Edlinger
2018-11-05Fix error handling in drbgtest.cBernd Edlinger
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-10-03Fix the drbgtest with randomized orderingMatt Caswell
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-04-17DRBG: fix coverity issuesDr. Matthias St. Pierre
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx
2018-03-19Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre
2018-03-19Add a multithread rand testKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-04crypto/rand: restore the generic DRBG implementationDr. 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-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-20Remove trailing whitespace from drbgtest.cBenjamin Kaduk
2017-07-19Add DRBG random methodRich Salz