aboutsummaryrefslogtreecommitdiff
path: root/test/drbgtest.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker1-6/+0
2023-09-28Copyright year updatesMatt Caswell1-1/+1
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos1-2/+2
2022-10-24Workaround egd rand source deficienciesTomas Mraz1-2/+2
2022-09-21Runtime detect FIPS RNG usage in testPauli1-29/+18
2022-06-02Fix the checks of RAND_bytesPeiwei Hu1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis1-1/+1
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli1-4/+4
2021-02-28test: update tests to allow for params argument for the instantiate call on E...Pauli1-3/+3
2021-02-23test: make the DRBG test work without RAND_METHOD support.Pauli1-0/+4
2021-02-23RAND_METHOD deprecation: testsPauli1-0/+3
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-15Remove unused DRBG tests.Pauli1-1/+0
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre1-6/+0
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker1-0/+5
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka1-0/+1
2020-09-05test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre1-35/+310
2020-08-10Fix memory leak in drbgtestShane Lontis1-9/+2
2020-08-07drbgtest: avoid a memory leakPauli1-0/+7
2020-08-07rand_drbg: remove RAND_DRBG.Pauli1-742/+108
2020-07-23test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre1-2/+9
2020-07-23test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre1-6/+0
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek1-2/+2
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek1-18/+22
2020-07-14DRBG: rename the DRBG taxonomy.Pauli1-120/+124
2020-06-24update drbgtest to the provider modelPauli1-339/+199
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-5/+5
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-07tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_dataDr. Matthias St. Pierre1-15/+16
2019-10-23Document "get/set-app-data" macros.Rich Salz1-1/+1
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre1-0/+45
2019-07-02Fix TyposAntoine Cœur1-1/+1
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell1-2/+2
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell1-8/+7
2019-05-10Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre1-0/+15
2019-04-30Squashed commit of the following:Pauli1-2/+3
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli1-0/+78
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli1-2/+7
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli1-4/+150
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli1-3/+3
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte1-0/+10
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre1-40/+0
2018-11-05Fix a race condition in drbgtest.cBernd Edlinger1-10/+24
2018-11-05Fix error handling in drbgtest.cBernd Edlinger1-14/+19
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre1-40/+84
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre1-1/+0