]> git.ipfire.org Git - thirdparty/openssl.git/history - test/params_api_test.c
Copyright year updates
[thirdparty/openssl.git] / test / params_api_test.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-09  Neil HormanCheck appropriate OSSL_PARAM_get_* functions for NULL
2022-05-03  Matt CaswellUpdate copyright year
2022-02-01  Juergen ChristFix endianness problem in params_api_test
2022-01-26  Richard LevitteTEST: Add addition OSSL_PARAM tests for signed BIGNUMs
2022-01-05  Dimitris ApostolouFix typos
2021-10-28  x2018fix some code with obvious wrong coding style
2021-04-12  Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-03-20  Paulitest: fix coverity 1451553: resource leak
2021-03-18  Kevin CadieuxFixing stack buffer overflow error caused by incorrectl...
2021-03-11  Matt CaswellUpdate copyright year
2021-02-18  Richard LevitteOSSL_PARAM: Correct the assumptions on the UTF8 string...
2020-12-12  Pauliparams: add integer conversion test cases.
2020-07-11  Richard LevitteAdd and use internal header that implements endianness...
2020-06-24  Pauliparams: add OSSL_PARAM helpers for time_t.
2020-04-25  Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-22  Pauliparams: add functionality to test if an OSSL_PARAM...
2019-11-03  Richard Levittetest/params_api_test.c: Correct the checks of OSSL_PARA...
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.