summaryrefslogtreecommitdiffstats
path: root/test/drbgtest.c
AgeCommit message (Expand)Author
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
2023-09-28Copyright year updatesMatt Caswell
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2022-10-24Workaround egd rand source deficienciesTomas Mraz
2022-09-21Runtime detect FIPS RNG usage in testPauli
2022-06-02Fix the checks of RAND_bytesPeiwei Hu
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-02-28test: update tests to allow for params argument for the instantiate call on E...Pauli
2021-02-23test: make the DRBG test work without RAND_METHOD support.Pauli
2021-02-23RAND_METHOD deprecation: testsPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-15Remove unused DRBG tests.Pauli
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-05test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre
2020-08-10Fix memory leak in drbgtestShane Lontis
2020-08-07drbgtest: avoid a memory leakPauli
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-07-23test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre
2020-07-23test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek
2020-07-14DRBG: rename the DRBG taxonomy.Pauli
2020-06-24update drbgtest to the provider modelPauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-07tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_dataDr. Matthias St. Pierre
2019-10-23Document "get/set-app-data" macros.Rich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-07-02Fix TyposAntoine Cœur
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell
2019-05-10Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre
2019-04-30Squashed commit of the following:Pauli
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre
2018-11-05Fix a race condition in drbgtest.cBernd Edlinger
2018-11-05Fix error handling in drbgtest.cBernd Edlinger
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre