summaryrefslogtreecommitdiff
path: root/test/provider_internal_test.c
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to deactive child providers if we don't need toMatt Caswell2021-11-121-1/+1
* Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell2021-06-241-1/+1
* Set use_fallbacks to zero when we add a provider to the storeMatt Caswell2021-06-241-1/+1
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-011-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Test that properties are mirrored as we expectMatt Caswell2021-05-201-1/+13
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-111-1/+1
* test: add a provider load/unload cache flush test.Pauli2021-05-071-0/+38
* Update copyright yearMatt Caswell2021-03-111-1/+1
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-1/+1
* CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte2020-12-171-1/+2
* Load the config file by defaultMatt Caswell2019-08-011-4/+3
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-3/+2
* For provider tests, don't define a OPENSSL_NO_ macroRichard Levitte2019-04-041-2/+2
* replaced snprintf with BIO version (for windows builds)Richard Levitte2019-04-031-3/+3
* Add test for the provider configuration moduleRichard Levitte2019-04-031-12/+31
* Correct the checks of module availability in provider test programsRichard Levitte2019-04-021-7/+2
* replaced snprintf with BIO version (for windows builds)Shane Lontis2019-03-251-3/+3
* Fix no-dsoMatt Caswell2019-03-131-2/+7
* Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte2019-03-121-2/+2
* Add provider testsRichard Levitte2019-03-111-0/+79