qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] crypto: add flexibility in TLS priority setup


From: Daniel P. Berrange
Subject: [Qemu-devel] [PATCH 0/2] crypto: add flexibility in TLS priority setup
Date: Mon, 13 Jun 2016 13:13:51 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]