summaryrefslogtreecommitdiffstats
path: root/crypto/rand/drbg_hmac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre2020-06-241-256/+0
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* DRBG: add check for XOF so these can be disallowed by the DRBGsPauli2019-11-021-0/+3
* DRBG: weaken the restriction on allowed digests.Pauli2019-11-021-26/+3
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-101-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* New function EVP_MD_free()Richard Levitte2019-09-041-3/+3
* Change the DRBG HMAC implementation to lookup allowed digest namesMatt Caswell2019-06-281-7/+24
* Make the RAND code available from inside the FIPS moduleMatt Caswell2019-06-281-3/+18
* Following the license change, modify the boilerplates in crypto/rand/Richard Levitte2018-12-061-1/+1
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-161-2/+2
* Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis2018-09-271-0/+238