Update copyright year
[openssl.git] / providers / implementations / rands / drbg.c
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...