Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / test / provider_test.c
2023-10-08 Tomas Mraztest_provider_ex(): Add missing call failure checks
2023-09-07 Matt CaswellCopyright year updates
2023-08-30 Dmitry BelyavskiyOSSL_PROVIDER_load_ex tests
2022-05-03 Matt CaswellUpdate copyright year
2022-04-29 Richard LevitteFix memleak in test/provider_test.c
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellTest that properties are mirrored as we expect
2021-05-11 Matt CaswellAdd additional testing of child libctx/providers
2021-05-11 Matt CaswellAdd a test to check that child provider callbacks are...
2021-05-11 Matt CaswellAdd a test for OSSL_LIB_CTX_new_child()
2021-03-11 Matt CaswellUpdate copyright year
2021-02-24 Matt CaswellTest errors from a provider can still be accessed after...
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-04-04 Richard LevitteFor provider tests, don't define a OPENSSL_NO_ macro
2019-04-02 Richard LevitteCorrect the checks of module availability in provider...
2019-03-26 Shane Lontisstyle nit fix
2019-03-25 Shane Lontisreplaced snprintf with BIO version (for windows builds)
2019-03-13 Matt CaswellFix no-dso
2019-03-12 Richard LevitteRename 'buffer' to 'data' in OSSL_PARAM
2019-03-11 Richard LevitteAdd provider tests