summaryrefslogtreecommitdiff
path: root/test/params_api_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix endianness problem in params_api_testJuergen Christ2022-02-011-8/+8
* TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte2022-01-261-39/+81
* Fix typosDimitris Apostolou2022-01-051-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-121-16/+73
* test: fix coverity 1451553: resource leakPauli2021-03-201-1/+3
* Fixing stack buffer overflow error caused by incorrectly sized array.Kevin Cadieux2021-03-181-2/+2
* Update copyright yearMatt Caswell2021-03-111-1/+1
* OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte2021-02-181-2/+3
* params: add integer conversion test cases.Pauli2020-12-121-3/+11
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-1/+1
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-241-0/+28
* params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli2020-04-251-1/+33
* Update copyright yearMatt Caswell2020-04-231-1/+1
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-221-0/+5
* test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()Richard Levitte2019-11-031-1/+1
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-67/+43
* Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte2019-04-091-2/+2
* Params: add OSSL_PARAM_construct_end()Richard Levitte2019-04-091-2/+1
* Avoid alignment problems in params API.Pauli2019-04-081-9/+0
* Fix big endian param API tests.Pauli2019-04-061-101/+87
* Fix test builds.Pauli2019-03-281-1/+1
* Detect endian without relying on defined symbols.Pauli2019-03-281-10/+13
* Fix resource leak coverity 1443711.Pauli2019-03-191-5/+4
* test/params_api_test.c: fix size_t assumptionsRichard Levitte2019-03-171-2/+2
* OSSL_PARAM helper functions.Pauli2019-03-121-0/+627