summaryrefslogtreecommitdiff
path: root/test/drbgtest.c
Commit message (Expand)AuthorAgeFilesLines
* Workaround egd rand source deficienciesTomas Mraz2022-10-241-2/+2
* Runtime detect FIPS RNG usage in testPauli2022-09-211-29/+18
* Fix the checks of RAND_bytesPeiwei Hu2022-06-021-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-1/+1
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-4/+4
* test: update tests to allow for params argument for the instantiate call on E...Pauli2021-02-281-3/+3
* test: make the DRBG test work without RAND_METHOD support.Pauli2021-02-231-0/+4
* RAND_METHOD deprecation: testsPauli2021-02-231-0/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Remove unused DRBG tests.Pauli2021-01-151-1/+0
* prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre2020-09-141-6/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+5
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-0/+1
* test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre2020-09-051-35/+310
* Fix memory leak in drbgtestShane Lontis2020-08-101-9/+2
* drbgtest: avoid a memory leakPauli2020-08-071-0/+7
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-742/+108
* test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre2020-07-231-2/+9
* test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre2020-07-231-6/+0
* Fix DRBG reseed counter condition.Vitezslav Cizek2020-07-231-2/+2
* test/drbgtest.c: Fix error check testVitezslav Cizek2020-07-231-18/+22
* DRBG: rename the DRBG taxonomy.Pauli2020-07-141-120/+124
* update drbgtest to the provider modelPauli2020-06-241-339/+199
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-5/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_dataDr. Matthias St. Pierre2020-02-071-15/+16
* 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