From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCQkk-000410-O5 for qemu-devel@nongnu.org; Mon, 13 Jun 2016 08:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCQkg-0003jo-Fc for qemu-devel@nongnu.org; Mon, 13 Jun 2016 08:14:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCQkg-0003jg-9m for qemu-devel@nongnu.org; Mon, 13 Jun 2016 08:13:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9D12D81F03 for ; Mon, 13 Jun 2016 12:13:57 +0000 (UTC) From: "Daniel P. Berrange" Date: Mon, 13 Jun 2016 13:13:51 +0100 Message-Id: <1465820033-5078-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] crypto: add flexibility in TLS priority setup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This small series provides two new ways to customize the default TLS priority QEMU uses, one at build time and one at runtime. This means QEMU is no longer forced to use the lowest common denominator crypto choices from the global system defaults. Daniel P. Berrange (2): crypto: add support for TLS priority string override crypto: allow default TLS priority to be chosen at build time configure | 6 ++++++ crypto/tlscreds.c | 26 ++++++++++++++++++++++++++ crypto/tlssession.c | 26 +++++++++++++++++++------- include/crypto/tlscreds.h | 1 + 4 files changed, 52 insertions(+), 7 deletions(-) -- 2.5.5