Re: [libvirt] [PATCH 4/9] rpc: allow priority string to be passed to TLS context

2016-06-08 Thread Peter Krempa
On Mon, Jun 06, 2016 at 16:08:58 +0100, Daniel Berrange wrote: > Extend the virNetTLSContextNew* constructors to allow > the TLS priority string to be passed in, overriding the > compile time default. > > Signed-off-by: Daniel P. Berrange > --- > daemon/libvirtd.c| 2 ++ > src/remot

[libvirt] [PATCH 4/9] rpc: allow priority string to be passed to TLS context

2016-06-06 Thread Daniel P. Berrange
Extend the virNetTLSContextNew* constructors to allow the TLS priority string to be passed in, overriding the compile time default. Signed-off-by: Daniel P. Berrange --- daemon/libvirtd.c| 2 ++ src/remote/remote_driver.c | 1 + src/rpc/virnettlscontext.c | 27 +