Searched refs:tls_cipher_suite (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/auth/
H A Ddb-ldap.h49 const char *tls_cipher_suite; member in struct:ldap_settings
H A Ddb-oauth2.c50 const char *tls_cipher_suite; member in struct:passdb_oauth2_settings
116 DEF_STR(tls_cipher_suite),
146 .tls_cipher_suite = "HIGH:!SSLv2",
188 ssl_set.cipher_list = db->set.tls_cipher_suite;
H A Ddb-ldap.c110 DEF_STR(tls_cipher_suite),
147 .tls_cipher_suite = NULL,
1142 conn->set.tls_cipher_suite, "tls_cipher_suite");
1152 conn->set.tls_cipher_suite != NULL) {

Completed in 209 milliseconds