extend EC_KEY_METHOD for signing support
[openssl.git] / test / recipes / 25-test_sid.t
1 #! /usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use File::Spec;
7 use OpenSSL::Test qw/:DEFAULT top_file/;
8
9 setup("test_sid");
10
11 plan tests => 2;
12
13 require_ok(top_file('test','recipes','tconversion.pl'));
14
15 subtest 'sid conversions' => sub {
16     tconversion("sid", top_file("test","testsid.pem"), "sess_id");
17 };