aboutsummaryrefslogtreecommitdiff
path: root/test/tls-provider.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-24Fix typos found by codespellDimitri Papadopoulos1-1/+1
2024-05-10tls_provider_init(): Rename prov_ctx to xor_prov_ctx to clarifyTomas Mraz1-4/+4
2024-05-10tls_provider_init(): Fix leaks in error casesTomas Mraz1-5/+11
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-03-12Add check for xor_get_aid()Jiasheng Jiang1-0/+4
2024-03-08Try to fix intermittent CI failures in sslapitestBernd Edlinger1-1/+5
2024-02-22SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch1-2/+5
2023-09-11Remove repeated wordsDimitri Papadopoulos1-1/+1
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-07-01test: update to structure based atomicsPauli1-8/+4
2023-06-15Fix typos found by codespellDimitri Papadopoulos1-1/+1
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia1-9/+9
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki1-0/+20
2023-02-24first cut at sigalg loadingMichael Baentsch1-85/+2481
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-02-23check *libctx which is allocated by OSSL_LIB_CTX_new()xkernel1-0/+3
2022-01-05Fix typosDimitris Apostolou1-3/+3
2021-11-16RAND_bytes_ex: fix return checkPeiwei Hu1-1/+1
2021-05-29test: add zero strenght arguments to BN and RAND RNG callsPauli1-2/+2
2021-05-27Use "" for include internal/xxxRich Salz1-1/+1
2021-04-19Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell1-6/+55
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz1-5/+9
2021-03-12test: support params arguments to init functionsPauli1-3/+4
2021-03-12test: add params argument to key manager's gen_init callPauli1-2/+7
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz1-1/+2
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-12test: add import and export key management hooks for the TLS provider.Pauli1-0/+85
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri1-2/+2
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell1-4/+5
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-6/+6
2020-10-14[test][tls-provider] Implement KEM algorithmNicola Tuveri1-22/+181
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri1-2/+7
2020-10-14[test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri1-3/+47
2020-10-14[test][tls-provider] Group xor_group properties in a structNicola Tuveri1-26/+52
2020-08-17Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell1-2/+10
2020-08-07gettables: test changes to pass the provider context.Pauli1-2/+2
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre1-19/+19
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2020-06-19Write a test provider to test the TLS-GROUPS capabilityMatt Caswell1-0/+466