30-test_evp.t: make the tested configs depend on what's been built
[openssl.git] / test / params_api_test.c
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-04-09 Richard LevitteParams API: {utf8,octet}_ptr need to know the data...
2019-04-09 Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-04-08 PauliAvoid alignment problems in params API.
2019-04-06 PauliFix big endian param API tests.
2019-03-28 PauliFix test builds.
2019-03-27 PauliDetect endian without relying on defined symbols.
2019-03-19 PauliFix resource leak coverity 1443711.
2019-03-17 Richard Levittetest/params_api_test.c: fix size_t assumptions
2019-03-12 PauliOSSL_PARAM helper functions.