Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / test / provider_internal_test.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-30 Dmitry BelyavskiyOSSL_PROVIDER_load_ex tests
2023-08-04 Pauliprovider test: don't run configuration based tests...
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-06-24 Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-01 Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-20 Matt CaswellTest that properties are mirrored as we expect
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-07 Paulitest: add a provider load/unload cache flush test.
2021-03-11 Matt CaswellUpdate copyright year
2021-02-23 Pauliprovider: add option to load a provider without disabli...
2020-12-17 Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2019-08-01 Matt CaswellLoad the config file by default
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-03 Richard Levittereplaced snprintf with BIO version (for windows builds)
2019-04-03 Richard LevitteAdd test for the provider configuration module
2019-04-02 Richard LevitteCorrect the checks of module availability in provider...
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