Lines Matching full:proxy
13 use TLSProxy::Proxy;
33 my $proxy = TLSProxy::Proxy->new(
40 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
49 $proxy->clear();
50 $proxy->filter(\&npn_filter);
51 $proxy->clientflags("-nextprotoneg foo -no_tls1_3");
52 $proxy->serverflags("-nextprotoneg foo");
53 $proxy->start();
58 my $proxy = shift;
62 return if $proxy->flight != 2;
64 foreach my $message (@{$proxy->message_list}) {