summaryrefslogtreecommitdiff
path: root/test/params_api_test.c
AgeCommit message (Expand)Author
2022-02-01Fix endianness problem in params_api_testJuergen Christ
2022-01-26TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte
2022-01-05Fix typosDimitris Apostolou
2021-10-28fix some code with obvious wrong coding stylex2018
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis
2021-03-20test: fix coverity 1451553: resource leakPauli
2021-03-18Fixing stack buffer overflow error caused by incorrectly sized array.Kevin Cadieux
2021-03-11Update copyright yearMatt Caswell
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte
2020-12-12params: add integer conversion test cases.Pauli
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli
2020-04-23Update copyright yearMatt Caswell
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli
2019-11-03test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()Richard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
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-04-08Avoid alignment problems in params API.Pauli
2019-04-06Fix big endian param API tests.Pauli
2019-03-28Fix test builds.Pauli
2019-03-28Detect endian without relying on defined symbols.Pauli
2019-03-19Fix resource leak coverity 1443711.Pauli
2019-03-17test/params_api_test.c: fix size_t assumptionsRichard Levitte
2019-03-12OSSL_PARAM helper functions.Pauli