aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/25-test_crl.t
blob: 6779a0b1af353a851aefe549fdf4bf958c55a050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /usr/bin/perl

use strict;
use warnings;

use File::Spec;
use OpenSSL::Test qw/:DEFAULT top_file/;

setup("test_crl");

plan tests => 2;

require_ok(top_file('test','recipes','tconversion.pl'));

subtest 'crl conversions' => sub {
    tconversion("crl", top_file("test","testcrl.pem"));
};