]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_rand.c
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
[thirdparty/openssl.git] / crypto / evp / evp_rand.c
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