summaryrefslogtreecommitdiff
path: root/test/errtest.c
Commit message (Expand)AuthorAgeFilesLines
* err: clear flags better when clearing errors.Pauli2021-06-101-0/+48
* Update copyright yearMatt Caswell2021-05-061-1/+1
* Runchecker fix for the no-autoerrinit buildPauli2021-04-231-1/+5
* TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte2020-11-271-9/+26
* Add a test for setting, popping and clearing error marksMatt Caswell2020-11-191-0/+119
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* TEST: fix test/errtest.cRichard Levitte2020-07-051-9/+38
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Fix errtest for older compilersShane Lontis2020-05-281-2/+6
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-261-0/+44
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-2/+2
* test/errtest.c: more conditions for checking __FILE__ and __LINE__Richard Levitte2019-09-031-5/+9
* Fix no-filenamesMatt Caswell2019-08-081-3/+8
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+3
* ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte2019-07-311-3/+5
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-0/+19
* Change ERR_add_error_[v]data to appendRich Salz2019-06-181-0/+13
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Save and restore the Windows error around TlsGetValue.David Benjamin2018-05-231-0/+39