aboutsummaryrefslogtreecommitdiff
path: root/test/provider_test.c
AgeCommit message (Expand)AuthorFilesLines
7 daysCopyright year updatesTomas Mraz1-1/+1
2024-08-21test/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leakJiasheng Jiang1-0/+1
2023-10-09test_provider_ex(): Add missing call failure checksTomas Mraz1-5/+8
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-30OSSL_PROVIDER_load_ex testsDmitry Belyavskiy1-1/+66
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-29Fix memleak in test/provider_test.cRichard Levitte1-1/+4
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell1-0/+20
2021-05-20Test that properties are mirrored as we expectMatt Caswell1-3/+16
2021-05-11Add additional testing of child libctx/providersMatt Caswell1-1/+27
2021-05-11Add a test to check that child provider callbacks are workingMatt Caswell1-10/+31
2021-05-11Add a test for OSSL_LIB_CTX_new_child()Matt Caswell1-7/+88
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-24Test errors from a provider can still be accessed after unloadMatt Caswell1-13/+51
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-3/+2
2019-04-04For provider tests, don't define a OPENSSL_NO_ macroRichard Levitte1-2/+2
2019-04-02Correct the checks of module availability in provider test programsRichard Levitte1-8/+2
2019-03-26style nit fixShane Lontis1-2/+2
2019-03-25replaced snprintf with BIO version (for windows builds)Shane Lontis1-1/+1
2019-03-13Fix no-dsoMatt Caswell1-3/+9
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte1-2/+2
2019-03-11Add provider testsRichard Levitte1-0/+69