]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Change data passed into TLS test cases
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 6 Aug 2013 10:35:49 +0000 (11:35 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 8 Aug 2013 09:02:12 +0000 (10:02 +0100)
commitb93bd78ed36570c1afe594182df927d94ea6ebaa
treeb2c52c82fbd1a9df54c371af72bf2779820e012e
parent90811c5987870f348ebc545b5a6d127cc2076723
Change data passed into TLS test cases

Currently a 'struct testTLSCertReq' instance is passed into
the TLS test cases. This is not flexible enough to cope with
certificate chains, where one file now corresponds to multiple
certificates. Change the test cases so that we pass in filenames
instead.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/virnettlscontexttest.c
tests/virnettlssessiontest.c