summaryrefslogtreecommitdiffstats
path: root/providers/implementations/rands/drbg_hmac.c
AgeCommit message (Expand)Author
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-02-28prov: update rand implementations to have a params argument for the instantia...Pauli
2021-02-28prov: use new MAC_init arguments in HMAC-DRBGPauli
2021-02-26prov: update RNGs to support modified gettable/settable CTX paramsPauli
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-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-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-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-23drbg: gettable parameters for cipher/digest/mac type.Pauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-08rand: fix typo in parameter nameDr. Matthias St. Pierre
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-07-16DRBG: Fix the renamed functions after the EVP_MAC name reversalRichard Levitte
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: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre