aboutsummaryrefslogtreecommitdiff
path: root/test/p_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia1-1/+1
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-02-05Move e_os.h to include/internalRichard Levitte1-1/+1
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell1-0/+16
2021-05-20Test that properties are mirrored as we expectMatt Caswell1-0/+12
2021-05-15Load the default provider into the p_test provider laterMatt Caswell1-29/+30
2021-05-11Add additional testing of child libctx/providersMatt Caswell1-1/+33
2021-05-11Add a test for OSSL_LIB_CTX_new_child()Matt Caswell1-1/+47
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-03-02Fix compiling error on armFangming.Fang1-3/+7
2021-02-24Test errors from a provider can still be accessed after unloadMatt Caswell1-5/+68
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre1-7/+7
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell1-5/+5
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-30Add test for providers exposing OSSL_FUNC_PROVIDER_GET_REASON_STRINGSNicola Tuveri1-0/+13
2019-08-15Rename provider and core get_param_types functionsRichard Levitte1-6/+6
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte1-4/+4
2019-07-02test/p_test.c: silence -Wstringop-overflowPatrick Steuer1-1/+1
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-8/+8
2019-05-01p_get_params() [test/p_test.c]: clear the OSSL_PARAM buffers for every testRichard Levitte1-4/+6
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte1-3/+12
2019-04-03Add test for the provider configuration moduleRichard Levitte1-4/+16
2019-03-12Change OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTRRichard Levitte1-2/+2
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte1-4/+4
2019-03-11Add provider testsRichard Levitte1-0/+110