Searched refs:ssl_cipher_list (Results 1 – 4 of 4) sorted by relevance
284 buffer *ssl_cipher_list; member545 buffer *ssl_cipher_list; member
178 s->ssl_cipher_list = buffer_init(); in config_insert()260 cv[47].destination = s->ssl_cipher_list; in config_insert()358 PATCH(ssl_cipher_list); in config_setup_connection()437 PATCH(ssl_cipher_list); in config_patch_connection()
741 if (!buffer_is_empty(s->ssl_cipher_list)) {743 if (SSL_CTX_set_cipher_list(s->ssl_ctx, s->ssl_cipher_list->ptr) != 1) {
344 buffer_free(s->ssl_cipher_list); in server_free()