aboutsummaryrefslogtreecommitdiffstats
path: root/test/provider_internal_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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