Searched refs:tls_ciphers (Results 1 – 8 of 8) sorted by relevance
160 char *tls_ciphers; member588 dict_mysql->tls_CAfile || dict_mysql->tls_CApath || dict_mysql->tls_ciphers) in plmysql_connect_single()592 dict_mysql->tls_ciphers); in plmysql_connect_single()659 dict_mysql->tls_ciphers = cfg_get_str(p, "tls_ciphers", NULL, 0, 0); in mysql_parse_config()846 if (dict_mysql->tls_ciphers) in dict_mysql_close()847 myfree(dict_mysql->tls_ciphers); in dict_mysql_close()
497 if(cfg->tls_ciphers && cfg->tls_ciphers[0]) { in perform_setup()498 if (!SSL_CTX_set_cipher_list(daemon->listen_sslctx, cfg->tls_ciphers)) { in perform_setup()499 fatal_exit("failed to set tls-cipher %s", cfg->tls_ciphers); in perform_setup()
143 char* tls_ciphers; member
577 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()1109 else O_STR(opt, "tls-ciphers", tls_ciphers) in config_get_option()1614 free(cfg->tls_ciphers); in config_delete()
1084 free(cfg_parser->cfg->tls_ciphers);1085 cfg_parser->cfg->tls_ciphers = $2;
3836 free(cfg_parser->cfg->tls_ciphers); in yyparse()3837 cfg_parser->cfg->tls_ciphers = (yyvsp[0].str); in yyparse()
26711 the tls_ciphers feature that was added in Postfix 2.11.