summaryrefslogtreecommitdiffstats
path: root/providers/implementations/rands/drbg.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-01-13drbg: add handling for cases where TSAN isn't availablePauli
2021-09-22rand: don't free an mis-set pointer on errorPauli
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-03-12update set_ctx_param DRBG calls to return 1 for a NULL paramsPauli
2021-02-28prov: update rand implementations to have a params argument for the instantia...Pauli
2021-02-18Update copyright yearMatt Caswell
2021-02-17rand: update DRBGs to use the get_entropy call for seedingPauli
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-19Rename internal drbg_ functions so they have an ossl_ prefix.Pauli
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli
2020-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-14prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'Dr. Matthias St. Pierre
2020-09-12rand: add FIPS error state handlingPauli
2020-08-28rand: add a note about a potentially misleading code analyzer warning.Pauli
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek
2020-07-05coverity: CID 1464987: USE AFTER FREEPauli
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli