aboutsummaryrefslogtreecommitdiff
path: root/test/drbgtest.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli1-3/+3
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte1-0/+10
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre1-40/+0
2018-11-05Fix a race condition in drbgtest.cBernd Edlinger1-10/+24
2018-11-05Fix error handling in drbgtest.cBernd Edlinger1-14/+19
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre1-40/+84
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre1-1/+0
2018-10-03Fix the drbgtest with randomized orderingMatt Caswell1-1/+11
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis1-23/+141
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-04-17DRBG: fix coverity issuesDr. Matthias St. Pierre1-3/+13
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx1-0/+63
2018-03-19Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre1-1/+16
2018-03-19Add a multithread rand testKurt Roeckx1-0/+89
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx1-9/+11
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre1-8/+11
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre1-1/+1
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre1-0/+13
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre1-14/+270
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre1-1/+1
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre1-49/+49
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-1/+1
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-96/+110
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-6/+2
2017-07-20Remove trailing whitespace from drbgtest.cBenjamin Kaduk1-2/+2
2017-07-19Add DRBG random methodRich Salz1-0/+490