test cleanup: move helper .c and .h files to test/helpers/
[openssl.git] / test / errtest.c
2020-11-27 Richard LevitteTEST: Adapt test/errtest for the 'no-err' configuration
2020-11-19 Matt CaswellAdd a test for setting, popping and clearing error...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-07-05 Richard LevitteTEST: fix test/errtest.c
2020-06-04 Matt CaswellUpdate copyright year
2020-05-28 Shane LontisFix errtest for older compilers
2020-05-26 Shane LontisFix ERR_print_errors so that it matches the documented...
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-03 Richard Levittetest/errtest.c: more conditions for checking __FILE__...
2019-08-08 Matt CaswellFix no-filenames
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-31 Richard LevitteERR: Remove ERR_put_func_error() and reimplement ERR_pu...
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-06-18 Rich SalzChange ERR_add_error_[v]data to append
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-23 David BenjaminSave and restore the Windows error around TlsGetValue.