aboutsummaryrefslogtreecommitdiff
path: root/test/provider_internal_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-30OSSL_PROVIDER_load_ex testsDmitry Belyavskiy1-2/+2
2023-08-04provider test: don't run configuration based tests if configuration isn't loadedPauli1-0/+4
2021-11-12Don't attempt to deactive child providers if we don't need toMatt Caswell1-1/+1
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell1-1/+1
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell1-1/+1
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-05-20Test that properties are mirrored as we expectMatt Caswell1-1/+13
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell1-1/+1
2021-05-07test: add a provider load/unload cache flush test.Pauli1-0/+38
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli1-1/+1
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte1-1/+2
2019-08-01Load the config file by defaultMatt Caswell1-4/+3
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-3/+2
2019-04-04For provider tests, don't define a OPENSSL_NO_ macroRichard Levitte1-2/+2
2019-04-03replaced snprintf with BIO version (for windows builds)Richard Levitte1-3/+3
2019-04-03Add test for the provider configuration moduleRichard Levitte1-12/+31
2019-04-02Correct the checks of module availability in provider test programsRichard Levitte1-7/+2
2019-03-25replaced snprintf with BIO version (for windows builds)Shane Lontis1-3/+3
2019-03-13Fix no-dsoMatt Caswell1-2/+7
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte1-2/+2
2019-03-11Add provider testsRichard Levitte1-0/+79