aboutsummaryrefslogtreecommitdiffstats
path: root/test/p_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add test for providers exposing OSSL_FUNC_PROVIDER_GET_REASON_STRINGSNicola Tuveri2020-03-301-0/+13
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-6/+6
* Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte2019-07-231-4/+4
* test/p_test.c: silence -Wstringop-overflowPatrick Steuer2019-07-021-1/+1
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-8/+8
* p_get_params() [test/p_test.c]: clear the OSSL_PARAM buffers for every testRichard Levitte2019-05-011-4/+6
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-3/+12
* Add test for the provider configuration moduleRichard Levitte2019-04-031-4/+16
* Change OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTRRichard Levitte2019-03-121-2/+2
* Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte2019-03-121-4/+4
* Add provider testsRichard Levitte2019-03-111-0/+110