summaryrefslogtreecommitdiffstats
path: root/test/tls-provider.c
AgeCommit message (Expand)Author
2024-07-22Remove trailing whitespaceDimitri Papadopoulos
2024-06-24Fix typos found by codespellDimitri Papadopoulos
2024-05-10tls_provider_init(): Rename prov_ctx to xor_prov_ctx to clarifyTomas Mraz
2024-05-10tls_provider_init(): Fix leaks in error casesTomas Mraz
2024-04-09Copyright year updatesRichard Levitte
2024-03-12Add check for xor_get_aid()Jiasheng Jiang
2024-03-08Try to fix intermittent CI failures in sslapitestBernd Edlinger
2024-02-22SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-07-01test: update to structure based atomicsPauli
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki
2023-02-24first cut at sigalg loadingMichael Baentsch
2022-05-03Update copyright yearMatt Caswell
2022-02-23check *libctx which is allocated by OSSL_LIB_CTX_new()xkernel
2022-01-05Fix typosDimitris Apostolou
2021-11-16RAND_bytes_ex: fix return checkPeiwei Hu
2021-05-29test: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-27Use "" for include internal/xxxRich Salz
2021-04-19Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz
2021-03-12test: support params arguments to init functionsPauli
2021-03-12test: add params argument to key manager's gen_init callPauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-12test: add import and export key management hooks for the TLS provider.Pauli
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-14[test][tls-provider] Implement KEM algorithmNicola Tuveri
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-10-14[test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri
2020-10-14[test][tls-provider] Group xor_group properties in a structNicola Tuveri
2020-08-17Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell
2020-08-07gettables: test changes to pass the provider context.Pauli
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-19Write a test provider to test the TLS-GROUPS capabilityMatt Caswell