Re: [libvirt] [PATCH 3/9] configure: allow setting default TLS priority string

2016-06-08 Thread Daniel P. Berrange
On Wed, Jun 08, 2016 at 12:58:05PM +0200, Peter Krempa wrote: > On Mon, Jun 06, 2016 at 16:08:57 +0100, Daniel Berrange wrote: > > Currently libvirt calls gnutls_set_default_priority() > > which on old systems resolves to "NORMAL" while new > > systems it resolves to "@SYSTEM". Either way, this > >

Re: [libvirt] [PATCH 3/9] configure: allow setting default TLS priority string

2016-06-08 Thread Peter Krempa
On Mon, Jun 06, 2016 at 16:08:57 +0100, Daniel Berrange wrote: > Currently libvirt calls gnutls_set_default_priority() > which on old systems resolves to "NORMAL" while new > systems it resolves to "@SYSTEM". Either way, this > is a global default that is identical across all apps. > > We want to

[libvirt] [PATCH 3/9] configure: allow setting default TLS priority string

2016-06-06 Thread Daniel P. Berrange
Currently libvirt calls gnutls_set_default_priority() which on old systems resolves to "NORMAL" while new systems it resolves to "@SYSTEM". Either way, this is a global default that is identical across all apps. We want to allow distros to flexibility to define a custom default string for libvirt