Adding missing NULL pointer check
[openssl.git] / test / tls-provider.c
6 days ago Richard LevitteCopyright year updates
2024-03-12 Jiasheng JiangAdd check for xor_get_aid()
2024-03-08 Bernd EdlingerTry to fix intermittent CI failures in sslapitest
2024-02-22 Michael BaentschSSL_set1_groups_list(): Fix memory corruption with...
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-07 Matt CaswellCopyright year updates
2023-07-01 Paulitest: update to structure based atomics
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-02-24 Ingo FranzkiAdd OSSL_FUNC_keymgmt_im/export_types function that...
2023-02-24 Michael Baentschfirst cut at sigalg loading
2022-05-03 Matt CaswellUpdate copyright year
2022-02-22 xkernelcheck *libctx which is allocated by OSSL_LIB_CTX_new()
2022-01-05 Dimitris ApostolouFix typos
2021-11-16 Peiwei HuRAND_bytes_ex: fix return check
2021-05-29 Paulitest: add zero strenght arguments to BN and RAND RNG...
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-04-19 Matt CaswellFix some TODO(3.0) occurrences in ssl/t1_lib.c
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-03-11 Paulitest: support params arguments to init functions
2021-03-11 Paulitest: add params argument to key manager's gen_init...
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-12 Paulitest: add import and export key management hooks for...
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-14 Nicola Tuveri[test][tls-provider] Implement KEM algorithm
2020-10-14 Nicola TuveriDefine OSSL_CAPABILITY_TLS_GROUP_IS_KEM
2020-10-14 Nicola Tuveri[test][tls-provider] Add 2nd pluggable tls group for KEM
2020-10-14 Nicola Tuveri[test][tls-provider] Group xor_group properties in...
2020-08-17 Matt CaswellTest that EVP_default_properties_is_fips_enabled()...
2020-08-06 Pauligettables: test changes to pass the provider context.
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-06-19 Matt CaswellWrite a test provider to test the TLS-GROUPS capability