]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_rand.c
Copyright year updates
[thirdparty/openssl.git] / crypto / evp / evp_rand.c
2023-09-07  Matt CaswellCopyright year updates
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-01  Paulievp: update to structure based atomics
2022-11-01  Paulirand: add set0 calls for the private and public DRBGs
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-17  Paulievp: make all _is_a functions accept and handle a NULL...
2021-07-06  Tomas Mrazfips module header inclusion fine-tunning
2021-06-15  Richard LevitteAdapt all public EVP_XXX_do_all_provided() for the...
2021-06-02  Paulilibcrypto: make XXX_get_number() internal
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-24  Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-18  Rich SalzStandard style for all EVP_xxx_free routines
2021-04-17  PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-02  Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-02-28  Paulievp: add params argument to EVP_RAND_instantiate()
2021-02-26  Paulievp: support modified gettable/settable ctx calls for...
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