summaryrefslogtreecommitdiffstats
path: root/test/drbgtest.c
AgeCommit message (Expand)Author
2020-09-22Update copyright yearMatt Caswell
2020-09-10Revert two renamings backported from masterDr. Matthias St. Pierre
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-09drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-07-31Fix TyposAntoine Cœur
2019-02-26Update copyright yearMatt Caswell
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard 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-27RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre
2018-10-26Backport some DRBG renamings and typo fixesDr. Matthias St. Pierre
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
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