]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: allow priority string to be passed to TLS context
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 3 Jun 2016 16:44:55 +0000 (17:44 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 8 Jun 2016 12:48:45 +0000 (13:48 +0100)
commit214489f550b95e4accf55896afb39a45be1175df
treedc707849d41147351140bb60678f5d0229e14a3c
parentcbb2e91ecc56d218ca20c1a9ba345eaf754d6c5d
rpc: allow priority string to be passed to TLS context

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 <berrange@redhat.com>
daemon/libvirtd.c
src/remote/remote_driver.c
src/rpc/virnettlscontext.c
src/rpc/virnettlscontext.h
tests/virnettlscontexttest.c
tests/virnettlssessiontest.c