summaryrefslogtreecommitdiff
path: root/crypto/evp/evp_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Enable locking on the primary DRBG when we create itMatt Caswell2021-01-141-6/+0
* rand: move the entropy source out of the FIPS providerPauli2020-11-201-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-9/+9
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* evp_rand: fix bug in gettable_ctx/settable_ctx callsPauli2020-09-231-2/+2
* rand: reference count the EVP_RAND contexts.Pauli2020-09-231-5/+33
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-37/+26
* gettables: core changes to pass the provider context.Pauli2020-08-071-5/+11
* rand: avoid caching RNG parameters.Pauli2020-07-051-24/+14
* Refactor the EVP_RAND code to make locking issues less likelyPauli2020-07-051-67/+149
* rand: fix recursive locking issue.Pauli2020-07-051-18/+11
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-18/+18
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-241-0/+559