aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations/rands/drbg_ctr.c
Commit message (Expand)AuthorAgeFilesLines
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-111-0/+2
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Fix memory leaks on error cases during drbg initializationsTomas Mraz2024-02-091-2/+3
* Fix new typos found by codespellDimitri Papadopoulos2023-09-181-4/+4
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Enable obtaining certain DRBG params without a lockMatt Caswell2023-06-021-1/+7
* Refactor the DRBG implementations to manage locking themselvesMatt Caswell2023-06-021-10/+66
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-8/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* drbg: allow the ctr derivation function to be disabled in FIPS modePauli2021-07-201-14/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+3
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-281-1/+5
* prov: update RNGs to support modified gettable/settable CTX paramsPauli2021-02-261-2/+4
* Adjust the few places where the string length was confusedRichard Levitte2021-02-181-4/+6
* 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
* Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-1/+1
* 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: gettable parameters for cipher/digest/mac type.Pauli2020-09-231-0/+15
* 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
* coverity 1464983: null pointer dereferencePauli2020-07-051-33/+35
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-11/+11
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-241-115/+355
* rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre2020-06-241-0/+503