]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/rands/drbg.c
Move stack of compression methods from libssl to OSSL_LIB_CTX
[thirdparty/openssl.git] / providers / implementations / rands / drbg.c
2024-04-10  Dimitri PapadopoulosFix typos found by codespell
2024-04-09  Richard LevitteCopyright year updates
2024-02-09  Tomas MrazFix memory leaks on error cases during drbg initializations
2023-09-27  Paulifix indentation
2023-09-07  Matt CaswellCopyright year updates
2023-06-10  Tomas MrazCoverity 1531836: Check return value of CRYPTO_atomic_add()
2023-06-01  Matt CaswellEnable obtaining certain DRBG params without a lock
2023-06-01  Matt CaswellRefactor the DRBG implementations to manage locking...
2023-03-28  PauliDeclare FIPS option functions in their own header
2023-03-28  PauliDRBG: restrict the digests that can be used with HMAC...
2023-03-14  afshinpirSegmentation fault in parent rng cleanup
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03  Matt CaswellUpdate copyright year
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-01-13  Paulidrbg: add handling for cases where TSAN isn't available
2021-09-22  Paulirand: don't free an mis-set pointer on error
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
2021-03-11  Pauliupdate set_ctx_param DRBG calls to return 1 for a NULL...
2021-02-28  Pauliprov: update rand implementations to have a params...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-17  Paulirand: update DRBGs to use the get_entropy call for...
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2020-11-19  Pauliprov: move the entropy source out of the FIPS provider
2020-11-18  PauliRename internal drbg_ functions so they have an ossl_...
2020-11-18  PauliProvide side RNG functions renamed to have an ossl_...
2020-11-11  Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-29  Pauliprov: prefix provider internal functions with ossl_
2020-09-23  Dr. Matthias St... drbg: revert renamings of the generate and reseed counter
2020-09-14  Dr. Matthias St... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-14  Dr. Matthias St... prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
2020-09-12  Paulirand: add FIPS error state handling
2020-08-27  Paulirand: add a note about a potentially misleading code...
2020-08-07  Paulirand_drbg: remove RAND_DRBG.
2020-07-22  Vitezslav CizekFix DRBG reseed counter condition.
2020-07-05  Paulicoverity: CID 1464987: USE AFTER FREE
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24  PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24  Paulirand: set up EVP and DRBG infrastructure for RAND from...