Re: [libvirt] [PATCH 8/9] remote: allow TLS priority to be customized

2016-06-08 Thread Peter Krempa
On Mon, Jun 06, 2016 at 16:09:02 +0100, Daniel Berrange wrote: > Support reading the TLS priority from the client configuration > file via the "tls_priority" config option, eg > > $ cat $HOME/.config/libvirt/libvirt.conf > tls_priority="NORMAL:-VERS-SSL3.0" > > Signed-off-by: Daniel P. Berrange

[libvirt] [PATCH 8/9] remote: allow TLS priority to be customized

2016-06-06 Thread Daniel P. Berrange
Support reading the TLS priority from the client configuration file via the "tls_priority" config option, eg $ cat $HOME/.config/libvirt/libvirt.conf tls_priority="NORMAL:-VERS-SSL3.0" Signed-off-by: Daniel P. Berrange --- src/remote/remote_driver.c | 17 +++-- 1 file changed, 15