summaryrefslogtreecommitdiff
path: root/test/tls-provider.c
Commit message (Expand)AuthorAgeFilesLines
* 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