Re: [libvirt] [PATCH 5/9] libvirtd: add config option for TLS priority

2016-06-08 Thread Peter Krempa
On Mon, Jun 06, 2016 at 16:08:59 +0100, Daniel Berrange wrote: > Add a "tls_priority" config option to /etc/libvirt/libvirtd.conf > to allow the administrator to override the built-in default > setting. This only affects the server side configuration. > > Signed-off-by: Daniel P. Berrange > --- >

[libvirt] [PATCH 5/9] libvirtd: add config option for TLS priority

2016-06-06 Thread Daniel P. Berrange
Add a "tls_priority" config option to /etc/libvirt/libvirtd.conf to allow the administrator to override the built-in default setting. This only affects the server side configuration. Signed-off-by: Daniel P. Berrange --- daemon/libvirtd-config.c| 2 ++ daemon/libvirtd-config.h| 1 + daem