]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix TLS tests with gnutls 3
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 4 Mar 2013 17:27:38 +0000 (17:27 +0000)
committerEric Blake <eblake@redhat.com>
Wed, 18 Sep 2013 21:35:55 +0000 (15:35 -0600)
commite4c674f831f4e86df6745346f9ac38a4aee90f36
treebcbcc45f90fd83199693e66090d558f635535856
parent9fb378777bbf82d8379065ae3b625c041d9bdb86
Fix TLS tests with gnutls 3

When given a CA cert with basic constraints to set non-critical,
and key usage of 'key signing', this should be rejected. Version
of GNUTLS < 3 do not rejecte it though, so we never noticed the
test case was broken

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
(cherry picked from commit 0204d6d7a0519377b2e6bc296b00328cd748f55d)
tests/virnettlscontexttest.c