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