Don't hold a lock when calling a callback in ossl_namemap_doall_names
[openssl.git] / crypto / evp / evp_rand.c
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-23 Paulirand: allow lock/unlock functions to be absent
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 Matt CaswellEnable locking on the primary DRBG when we create it
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-23 Paulievp_rand: fix bug in gettable_ctx/settable_ctx calls
2020-09-22 Paulirand: reference count the EVP_RAND contexts.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-06 Pauligettables: core changes to pass the provider context.
2020-07-05 Paulirand: avoid caching RNG parameters.
2020-07-05 PauliRefactor the EVP_RAND code to make locking issues less...
2020-07-05 Paulirand: fix recursive locking issue.
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider