aboutsummaryrefslogtreecommitdiffstats
path: root/test/params_api_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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