summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_rand.c
AgeCommit message (Expand)Author
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-02-28evp: add params argument to EVP_RAND_instantiate()Pauli
2021-02-26evp: support modified gettable/settable ctx calls for RNGsPauli
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-23rand: allow lock/unlock functions to be absentPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-14Enable locking on the primary DRBG when we create itMatt Caswell
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-23evp_rand: fix bug in gettable_ctx/settable_ctx callsPauli
2020-09-23rand: reference count the EVP_RAND contexts.Pauli
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07gettables: core changes to pass the provider context.Pauli
2020-07-05rand: avoid caching RNG parameters.Pauli
2020-07-05Refactor the EVP_RAND code to make locking issues less likelyPauli
2020-07-05rand: fix recursive locking issue.Pauli
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli