summaryrefslogtreecommitdiff
path: root/providers/implementations/rands/test_rng.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* test-rand: return failure on not enough data, allow parentPauli2021-10-261-11/+3
* update set_ctx_param DRBG calls to return 1 for a NULL paramsPauli2021-03-121-0/+3
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-281-2/+3
* prov: update RNGs to support modified gettable/settable CTX paramsPauli2021-02-261-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* RNG test: add get_entropy hook for testing.Pauli2021-02-171-0/+14
* test RNG: set state to uninitialised as part of uninstantiate call.Pauli2020-11-201-0/+1
* disassociate test RNG from the DRBGsPauli2020-11-201-161/+120
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-2/+2
* 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
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-3/+3
* 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-2/+2
* 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
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-13/+13
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-241-19/+11
* test: add a test RNG.Pauli2020-06-241-0/+332