]> xenbits.xensource.com Git - libvirt.git/commit
Add a test case for certificate validation
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 20 Jul 2011 18:04:18 +0000 (19:04 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Jul 2011 14:18:32 +0000 (15:18 +0100)
commitbd789dff809f8ef4347b3133690306d227cfd998
treea2670f4148576193fb1d9117160167be68167a9f
parent07f9b6f019ac308dd31f766635e687bcdebba708
Add a test case for certificate validation

This test case checks certification validation rules for

 - Basic constraints
 - Key purpose
 - Key usage
 - Start/expiry times

It checks initial context creation sanity checks, and live
session validation
cfg.mk
tests/.gitignore
tests/Makefile.am
tests/pkix_asn1_tab.c [new file with mode: 0644]
tests/virnettlscontexttest.c [new file with mode: 0644]