summaryrefslogtreecommitdiff
path: root/providers/implementations/rands/drbg_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.Pauli2023-03-291-4/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-281-1/+4
* prov: update RNGs to support modified gettable/settable CTX paramsPauli2021-02-261-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* rand: update DRBGs to use the get_entropy call for seedingPauli2021-02-171-0/+2
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Rename internal drbg_ functions so they have an ossl_ prefix.Pauli2020-11-191-5/+5
* Provide side RNG functions renamed to have an ossl_ prefix.Pauli2020-11-191-2/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-7/+7
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre2020-09-231-1/+1
* drbg: gettable parameters for cipher/digest/mac type.Pauli2020-09-231-0/+11
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* rand: fix typo in parameter nameDr. Matthias St. Pierre2020-08-081-2/+2
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-1/+0
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-12/+12
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-241-75/+227
* rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre2020-06-241-0/+360