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