summaryrefslogtreecommitdiff
path: root/test/params_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte2021-11-241-28/+71
* test: check for NULL returns betterPauli2021-06-261-1/+4
* Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte2021-05-221-0/+1
* OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte2021-02-181-33/+33
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard2021-02-091-0/+73
* Update copyright yearMatt Caswell2020-04-231-1/+1
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-221-4/+2
* Fix TyposAntoine Cœur2019-07-021-3/+3
* The params_test uses wrong size for BN check.Pauli2019-06-261-4/+4
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-68/+52
* test/params_test.c : Adjust tests to check utf8_ptr sizesRichard Levitte2019-04-091-7/+25
* Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte2019-04-091-1/+1
* Params: add OSSL_PARAM_construct_end()Richard Levitte2019-04-091-2/+1
* test/params_test.c: use TEST_double_eq to check doublesRichard Levitte2019-03-131-3/+3
* test/params_test.c: make more global variables staticRichard Levitte2019-03-131-2/+2
* test/params_test.c: make construct_api_params() staticRichard Levitte2019-03-131-1/+1
* test/params_test.c: Add run-time constructed OSSL_PARAM variantRichard Levitte2019-03-131-29/+111
* test/params_test.c: Add API test case, and mixed methodsRichard Levitte2019-03-131-3/+85
* test/params_test.c: Add "real world" parameter testingRichard Levitte2019-03-131-0/+385