summaryrefslogtreecommitdiffstats
path: root/test/drbgtest.c
AgeCommit message (Expand)Author
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