aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/rands
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Update copyright yearMatt Caswell3-3/+3
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre7-64/+64
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli8-682/+1365
2020-06-24rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre3-0/+1119
2020-06-24share rand_pool between libcrypto and providersPauli8-45/+415
2020-06-24rand: add seeding sources to providers.Pauli10-28/+182
2020-06-24rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre4-0/+1832
2020-06-24test: add a test RNG.Pauli1-0/+332
2020-06-24CRNGT: continuous DRBG tests for providersPauli2-61/+14
2020-06-24rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli4-4/+1229
2020-06-24Move CRNG test to providersPauli1-0/+139