2015-08-08 09:33:10 +00:00
|
|
|
#! /usr/bin/perl
|
|
|
|
|
2015-09-07 14:26:04 +00:00
|
|
|
use OpenSSL::Test qw/:DEFAULT top_file/;
|
2015-08-08 09:33:10 +00:00
|
|
|
|
2015-09-07 14:26:04 +00: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")])));
|