]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Sanity check explicit TLS file paths
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 15 Mar 2017 18:02:40 +0000 (18:02 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 16 Mar 2017 10:49:58 +0000 (10:49 +0000)
commit887450cbdfc25e99d07c06245108064de2c41b1b
tree79dbe91e54013d5bc678c436c3851952f6712b8e
parent27cd76350021d36b9bd8b187ce5c8919659e3806
Sanity check explicit TLS file paths

When providing explicit x509 cert/key paths in libvirtd.conf,
the user must provide all three. If one or more is missed,
this leads to obscure errors at runtime when negotiating
the TLS session

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
daemon/libvirtd.c