Lines Matching defs:tls_config
168 static struct tls_config *tls_config;
1108 if (tls_configure(conn->tls, tls_config) == -1) {
2014 tls_config = tls_config_new();
2015 if (tls_config == NULL)
2020 if (tls_config_set_protocols(tls_config, TLS_PROTOCOLS_ALL) == -1)
2022 tls_config_error(tls_config));
2023 if (tls_config_set_ciphers(tls_config, "legacy") == -1)
2025 tls_config_error(tls_config));
2033 tls_config_set_ca_mem(tls_config, tls_ca_mem, tls_ca_size);