aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/70-test_clienthello.t
blob: 2032d6d2f2da100ac9503fe17c2bc62f0ceeeb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/perl

use OpenSSL::Test;
use OpenSSL::Test::Utils;

setup("test_clienthello");

plan skip_all => "No TLS/SSL protocols are supported by this OpenSSL build"
    if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));

plan tests => 1;

ok(run(test(["clienthellotest"])), "running clienthellotest");