aboutsummaryrefslogtreecommitdiff
path: root/test/params_test.c
AgeCommit message (Expand)AuthorFilesLines
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