2015-08-08 11:33:10 +02:00
|
|
|
#! /usr/bin/perl
|
|
|
|
|
2015-09-07 16:26:04 +02:00
|
|
|
use OpenSSL::Test qw/:DEFAULT top_file/;
|
2015-08-08 11:33:10 +02:00
|
|
|
|
2015-09-07 16:26:04 +02:00
|
|
|
setup("test_verify_extra");
|
|
|
|
|
|
|
|
plan tests => 1;
|
|
|
|
|
|
|
|
ok(run(test(["verify_extra_test",
|
|
|
|
top_file("test", "certs", "roots.pem"),
|
|
|
|
top_file("test", "certs", "untrusted.pem"),
|
|
|
|
top_file("test", "certs", "bad.pem")])));
|