summaryrefslogtreecommitdiffstats
path: root/test/drbgtest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* DRBG: fix coverity issuesDr. Matthias St. Pierre2018-04-171-3/+13
* Make sure we use a nonce when a nonce is requiredKurt Roeckx2018-04-011-0/+63
* Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre2018-03-191-1/+16
* Add a multithread rand testKurt Roeckx2018-03-191-0/+89
* Propagate the request for prediction resistance to the get entropy callKurt Roeckx2018-03-171-9/+11
* DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre2018-02-131-8/+11
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre2018-01-041-1/+1
* Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre2017-12-171-0/+13
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-171-14/+270
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-1/+1
* DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre2017-08-281-49/+49
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-96/+110
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-261-6/+2
* Remove trailing whitespace from drbgtest.cBenjamin Kaduk2017-07-201-2/+2
* Add DRBG random methodRich Salz2017-07-191-0/+490