summaryrefslogtreecommitdiffstats
path: root/test/drbgtest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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