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