summaryrefslogtreecommitdiffstats
path: root/crypto/rand/drbg_ctr.c
AgeCommit message (Expand)Author
2020-06-03Fix a buffer overflow in drbg_ctr_generateBernd Edlinger
2020-05-28AES CTR-DRGB: performance improvementPatrick Steuer
2020-04-21Update copyright yearMatt Caswell
2020-04-09Fix AES-CTR_DRBG on 1.1.1.Pauli
2020-04-08AES CTR-DRGB: do not leak timing informationPatrick Steuer
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-10-10crypto/rand: fix some style nit'sFdaSilvaYY
2018-03-21DRBG: Use the EVP layer to do AES encryptionKurt Roeckx
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre
2018-01-04crypto/rand: rename drbg_rand.c to drbg_ctr.cDr. Matthias St. Pierre