summaryrefslogtreecommitdiffstats
path: root/test/params_test.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-25Have OSSL_PARAM_allocate_from_text() fail on odd number of hex digitsRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-01-05Fix typosDimitris Apostolou
2021-11-24Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte
2021-06-26test: check for NULL returns betterPauli
2021-05-22Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte
2021-02-18Update copyright yearMatt Caswell
2021-02-09Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard
2020-04-23Update copyright yearMatt Caswell
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli
2019-07-02Fix TyposAntoine Cœur
2019-06-26The params_test uses wrong size for BN check.Pauli
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-04-09test/params_test.c : Adjust tests to check utf8_ptr sizesRichard Levitte
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte
2019-03-13test/params_test.c: use TEST_double_eq to check doublesRichard Levitte
2019-03-13test/params_test.c: make more global variables staticRichard Levitte
2019-03-13test/params_test.c: make construct_api_params() staticRichard Levitte
2019-03-13test/params_test.c: Add run-time constructed OSSL_PARAM variantRichard Levitte
2019-03-13test/params_test.c: Add API test case, and mixed methodsRichard Levitte
2019-03-13test/params_test.c: Add "real world" parameter testingRichard Levitte