]> git.ipfire.org Git - thirdparty/openssl.git/history - test/p_test.c
Move e_os.h to include/internal
[thirdparty/openssl.git] / test / p_test.c
2022-02-05  Richard LevitteMove e_os.h to include/internal
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-15  Matt CaswellLoad the default provider into the p_test provider...
2021-05-11  Matt CaswellAdd additional testing of child libctx/providers
2021-05-11  Matt CaswellAdd a test for OSSL_LIB_CTX_new_child()
2021-03-11  Matt CaswellUpdate copyright year
2021-03-02  Fangming.FangFix compiling error on arm
2021-02-24  Matt CaswellTest errors from a provider can still be accessed after...
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24  Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-05-16  Matt CaswellMaintain strict type discipline between the core and...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-30  Nicola TuveriAdd test for providers exposing OSSL_FUNC_PROVIDER_GET_...
2019-08-15  Richard LevitteRename provider and core get_param_types functions
2019-07-23  Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-02  Patrick Steuertest/p_test.c: silence -Wstringop-overflow
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-05-01  Richard Levittep_get_params() [test/p_test.c]: clear the OSSL_PARAM...
2019-04-30  Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-03  Richard LevitteAdd test for the provider configuration module
2019-03-12  Richard LevitteChange OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTR
2019-03-12  Richard LevitteRename 'buffer' to 'data' in OSSL_PARAM
2019-03-11  Richard LevitteAdd provider tests