summaryrefslogtreecommitdiff
path: root/test/provider_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix memleak in test/provider_test.cRichard Levitte2022-04-291-1/+4
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-201-0/+20
* Test that properties are mirrored as we expectMatt Caswell2021-05-201-3/+16
* Add additional testing of child libctx/providersMatt Caswell2021-05-111-1/+27
* Add a test to check that child provider callbacks are workingMatt Caswell2021-05-111-10/+31
* Add a test for OSSL_LIB_CTX_new_child()Matt Caswell2021-05-111-7/+88
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Test errors from a provider can still be accessed after unloadMatt Caswell2021-02-241-13/+51
* 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
* Correct the checks of module availability in provider test programsRichard Levitte2019-04-021-8/+2
* style nit fixShane Lontis2019-03-261-2/+2
* replaced snprintf with BIO version (for windows builds)Shane Lontis2019-03-251-1/+1
* Fix no-dsoMatt Caswell2019-03-131-3/+9
* Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte2019-03-121-2/+2
* Add provider testsRichard Levitte2019-03-111-0/+69