summaryrefslogtreecommitdiff
path: root/test/drbgtest.c
Commit message (Expand)AuthorAgeFilesLines
* Document "get/set-app-data" macros.Rich Salz2019-10-231-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+45
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Make the RAND code available from inside the FIPS moduleMatt Caswell2019-06-281-2/+2
* Make the rand_crng code OPENSSL_CTX awareMatt Caswell2019-06-071-8/+7
* Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre2019-05-101-0/+15
* Squashed commit of the following:Pauli2019-04-301-2/+3
* Add prediction resistance capability to the DRBG reseeding process.Pauli2019-04-121-0/+78
* Reseeding without derivation function is not supported in FIPS mode.Pauli2019-04-111-2/+7
* Add the FIPS related continuous random number generator (CRNG) testing.Pauli2019-03-291-4/+150
* Address a bug in the DRBG tests where the reseeding wasn't properlyPauli2019-02-081-3/+3
* test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte2019-02-071-0/+10
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre2018-11-081-40/+0
* Fix a race condition in drbgtest.cBernd Edlinger2018-11-051-10/+24
* Fix error handling in drbgtest.cBernd Edlinger2018-11-051-14/+19
* RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre2018-10-261-40/+84
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-161-1/+0
* Fix the drbgtest with randomized orderingMatt Caswell2018-10-031-1/+11
* Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis2018-09-281-23/+141
* 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-271-6/+2
* Remove trailing whitespace from drbgtest.cBenjamin Kaduk2017-07-201-2/+2
* Add DRBG random methodRich Salz2017-07-191-0/+490