summaryrefslogtreecommitdiff
path: root/test/p_test.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-201-0/+16
* Test that properties are mirrored as we expectMatt Caswell2021-05-201-0/+12
* Load the default provider into the p_test provider laterMatt Caswell2021-05-151-29/+30
* Add additional testing of child libctx/providersMatt Caswell2021-05-111-1/+33
* Add a test for OSSL_LIB_CTX_new_child()Matt Caswell2021-05-111-1/+47
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix compiling error on armFangming.Fang2021-03-021-3/+7
* Test errors from a provider can still be accessed after unloadMatt Caswell2021-02-241-5/+68
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-7/+7
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-5/+5
* 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