summaryrefslogtreecommitdiffstats
path: root/test/recipes/25-test_sid.t
blob: b223c0dd4f31f8bfdbfcb1e20a009455aacfa7e2 (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_sid");

plan tests => 2;

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

subtest 'sid conversions' => sub {
    tconversion("sid", top_file("test","testsid.pem"), "sess_id");
};