hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / test / errtest.c
2023-10-23 Matt CaswellAdd a test for OSSL_ERR_STATE_save_to_mark()
2023-09-07 Matt CaswellCopyright year updates
2023-07-07 Tomas MrazTest OSSL_ERR_STATE_save/restore()
2021-06-10 Paulierr: clear flags better when clearing errors.
2021-05-06 Matt CaswellUpdate copyright year
2021-04-23 PauliRunchecker fix for the no-autoerrinit build
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.