aboutsummaryrefslogtreecommitdiff
path: root/test/errtest.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Add a test for OSSL_ERR_STATE_save_to_mark()Matt Caswell1-13/+32
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-07-07Test OSSL_ERR_STATE_save/restore()Tomas Mraz1-0/+73
2021-06-10err: clear flags better when clearing errors.Pauli1-0/+48
2021-05-06Update copyright yearMatt Caswell1-1/+1
2021-04-23Runchecker fix for the no-autoerrinit buildPauli1-1/+5
2020-11-27TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte1-9/+26
2020-11-19Add a test for setting, popping and clearing error marksMatt Caswell1-0/+119
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-1/+1
2020-07-05TEST: fix test/errtest.cRichard Levitte1-9/+38
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-05-28Fix errtest for older compilersShane Lontis1-2/+6
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis1-0/+44
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte1-2/+2
2019-09-03test/errtest.c: more conditions for checking __FILE__ and __LINE__Richard Levitte1-5/+9
2019-08-08Fix no-filenamesMatt Caswell1-3/+8
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-2/+3
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte1-3/+5
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-0/+19
2019-06-18Change ERR_add_error_[v]data to appendRich Salz1-0/+13
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-05-23Save and restore the Windows error around TlsGetValue.David Benjamin1-0/+39