summaryrefslogtreecommitdiff
path: root/test/tls-provider.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-9/+9
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-241-0/+20
* first cut at sigalg loadingMichael Baentsch2023-02-241-85/+2481
* Update copyright yearMatt Caswell2022-05-031-1/+1
* check *libctx which is allocated by OSSL_LIB_CTX_new()xkernel2022-02-231-0/+3
* Fix typosDimitris Apostolou2022-01-051-3/+3
* RAND_bytes_ex: fix return checkPeiwei Hu2021-11-161-1/+1
* test: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* Use "" for include internal/xxxRich Salz2021-05-271-1/+1
* Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell2021-04-191-6/+55
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-151-5/+9
* test: support params arguments to init functionsPauli2021-03-121-3/+4
* test: add params argument to key manager's gen_init callPauli2021-03-121-2/+7
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-1/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* test: add import and export key management hooks for the TLS provider.Pauli2021-02-121-0/+85
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-221-2/+2
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-4/+5
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-6/+6
* [test][tls-provider] Implement KEM algorithmNicola Tuveri2020-10-141-22/+181
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-141-2/+7
* [test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri2020-10-141-3/+47
* [test][tls-provider] Group xor_group properties in a structNicola Tuveri2020-10-141-26/+52
* Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell2020-08-171-2/+10
* gettables: test changes to pass the provider context.Pauli2020-08-071-2/+2
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-19/+19
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Write a test provider to test the TLS-GROUPS capabilityMatt Caswell2020-06-191-0/+466