summaryrefslogtreecommitdiffstats
path: root/providers/implementations/rands
AgeCommit message (Expand)Author
2020-09-18Add selftest callback to CRNG output testShane Lontis
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-14prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'Dr. Matthias St. Pierre
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12CRNGT: enter FIPS error state if the test failsPauli
2020-09-12rand: add FIPS error state handlingPauli
2020-08-28rand: add a note about a potentially misleading code analyzer warning.Pauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-08rand: fix typo in parameter nameDr. Matthias St. Pierre
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek
2020-07-17rand: detect if FIPS approved randomness sources are being used.Pauli
2020-07-16DRBG: Fix the renamed functions after the EVP_MAC name reversalRichard Levitte
2020-07-05coverity 1464983: null pointer dereferencePauli
2020-07-05coverity: CID 1464987: USE AFTER FREEPauli
2020-06-30rand: fix CPU and timer sources.Pauli
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre
2020-06-24share rand_pool between libcrypto and providersPauli
2020-06-24rand: add seeding sources to providers.Pauli
2020-06-24rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre
2020-06-24test: add a test RNG.Pauli
2020-06-24CRNGT: continuous DRBG tests for providersPauli
2020-06-24rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli
2020-06-24Move CRNG test to providersPauli