Lines Matching full:proxy
12 use TLSProxy::Proxy;
36 my $proxy = TLSProxy::Proxy->new(
48 $proxy->filter(\&cookie_filter);
49 $proxy->serverflags("-curves X25519") if !disabled("ec");
50 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
62 $proxy->clear();
64 $proxy->clientflags("-curves ffdhe3072:ffdhe2048");
65 $proxy->serverflags("-curves ffdhe2048");
67 $proxy->clientflags("-curves P-256:X25519");
68 $proxy->serverflags("-curves X25519");
70 $proxy->start();
75 my $proxy = shift;
78 return if ($proxy->flight > 2);
86 foreach my $message (@{$proxy->message_list}) {