aboutsummaryrefslogtreecommitdiff
path: root/include/internal/rand.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre1-133/+0
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre1-0/+7
2018-02-21Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx1-5/+13
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre1-4/+0
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre1-2/+2
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre1-0/+1
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre1-0/+4
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-29Add RAND_DRBG_bytesKurt Roeckx1-0/+2
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre1-0/+1
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre1-3/+5
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre1-0/+45
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx1-0/+1
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre1-2/+3
2017-08-03Add a DRBG to each SSL objectRich Salz1-0/+1
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-29/+35
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk1-7/+15
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz1-1/+1
2017-07-19Add DRBG random methodRich Salz1-0/+50