aboutsummaryrefslogtreecommitdiff
path: root/test/params_api_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-01-09Check appropriate OSSL_PARAM_get_* functions for NULLNeil Horman1-0/+82
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-02-01Fix endianness problem in params_api_testJuergen Christ1-8/+8
2022-01-26TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte1-39/+81
2022-01-05Fix typosDimitris Apostolou1-1/+1
2021-10-28fix some code with obvious wrong coding stylex20181-2/+2
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis1-16/+73
2021-03-20test: fix coverity 1451553: resource leakPauli1-1/+3
2021-03-18Fixing stack buffer overflow error caused by incorrectly sized array.Kevin Cadieux1-2/+2
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte1-2/+3
2020-12-12params: add integer conversion test cases.Pauli1-3/+11
2020-07-11Add and use internal header that implements endianness checkRichard Levitte1-1/+1
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli1-0/+28
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli1-1/+33
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli1-0/+5
2019-11-03test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()Richard Levitte1-1/+1
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-67/+43
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte1-2/+2
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte1-2/+1
2019-04-08Avoid alignment problems in params API.Pauli1-9/+0
2019-04-06Fix big endian param API tests.Pauli1-101/+87
2019-03-28Fix test builds.Pauli1-1/+1
2019-03-28Detect endian without relying on defined symbols.Pauli1-10/+13
2019-03-19Fix resource leak coverity 1443711.Pauli1-5/+4
2019-03-17test/params_api_test.c: fix size_t assumptionsRichard Levitte1-2/+2
2019-03-12OSSL_PARAM helper functions.Pauli1-0/+627