aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/drbg_hash.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-02DRBG: add check for XOF so these can be disallowed by the DRBGsPauli1-0/+2
2019-11-02DRBG: weaken the restriction on allowed digests.Pauli1-26/+3
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte1-1/+1
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-04New function EVP_MD_free()Richard Levitte1-3/+3
2019-06-28Change the DRBG HASH implementation to lookup all allowed algorithm namesMatt Caswell1-7/+24
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell1-4/+21
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte1-1/+1
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre1-2/+2
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis1-0/+347