]> git.ipfire.org Git - thirdparty/openssl.git/history - test/params_test.c
Fix typo in CONTRIBUTING.md
[thirdparty/openssl.git] / test / params_test.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-25  Richard LevitteHave OSSL_PARAM_allocate_from_text() fail on odd number...
2022-05-03  Matt CaswellUpdate copyright year
2022-01-05  Dimitris ApostolouFix typos
2021-11-24  Richard LevitteTest the performance of OSSL_PARAM_allocate_from_text...
2021-06-26  Paulitest: check for NULL returns better
2021-05-22  Richard LevitteInclude "internal/numbers.h" in test programs using...
2021-02-18  Richard LevitteOSSL_PARAM: Correct the assumptions on the UTF8 string...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-09  Petr GotthardEnhanced integer parsing in OSSL_PARAM_allocate_from_text
2020-04-23  Matt CaswellUpdate copyright year
2020-04-22  Pauliparams: add functionality to test if an OSSL_PARAM...
2019-07-02  Antoine CœurFix Typos
2019-06-26  PauliThe params_test uses wrong size for BN check.
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-04-09  Richard Levittetest/params_test.c : Adjust tests to check utf8_ptr...
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-03-13  Richard Levittetest/params_test.c: use TEST_double_eq to check doubles
2019-03-13  Richard Levittetest/params_test.c: make more global variables static
2019-03-13  Richard Levittetest/params_test.c: make construct_api_params() static
2019-03-13  Richard Levittetest/params_test.c: Add run-time constructed OSSL_PARAM...
2019-03-13  Richard Levittetest/params_test.c: Add API test case, and mixed methods
2019-03-13  Richard Levittetest/params_test.c: Add "real world" parameter testing