summaryrefslogtreecommitdiffstats
path: root/crypto/rand/drbg_hash.c
AgeCommit message (Expand)Author
2020-06-24rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre
2019-11-02DRBG: add check for XOF so these can be disallowed by the DRBGsPauli
2019-11-02DRBG: weaken the restriction on allowed digests.Pauli
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-04New function EVP_MD_free()Richard Levitte
2019-06-28Change the DRBG HASH implementation to lookup all allowed algorithm namesMatt Caswell
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis