From: "Daniel P. Berrange"<berrange redhat com>
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
---
tests/.gitignore | 1 +
tests/Makefile.am | 8 +-
tests/pkix_asn1_tab.c | 567 +++++++++++++++++++
tests/virnettlscontexttest.c | 1246 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 1821 insertions(+), 1 deletions(-)
create mode 100644 tests/pkix_asn1_tab.c
create mode 100644 tests/virnettlscontexttest.c