Home | History | Annotate | Download | only in tests

Lines Matching refs:stunnel

121 my $HTTPSPORT;           # HTTPS (stunnel) server port
124 my $FTPSPORT; # FTPS (stunnel) server port
140 my $HTTPTLSPORT; # HTTP TLS (non-stunnel) server port
141 my $HTTPTLS6PORT; # HTTP TLS (non-stunnel) IPv6 server port
195 my $stunnel = checkcmd("stunnel4") || checkcmd("tstunnel") || checkcmd("stunnel");
678 # given a stunnel based ssl server, also kill non-ssl underlying one
682 # given a non-ssl server, also kill stunnel based ssl piggybacking one
1005 # Verify that the non-stunnel HTTP TLS extensions capable server that runs
1124 # servers. 'https' literal is used for stunnel based https test servers,
1125 # and 'httptls' is used for non-stunnel https test servers.
1364 # start the https stunnel based server
1378 if(!$stunnel) {
1399 $certfile = 'stunnel.pem' unless($certfile);
1407 $flags .= "--certfile \"$certfile\" " if($certfile ne 'stunnel.pem');
1408 $flags .= "--stunnel \"$stunnel\" --srcdir \"$srcdir\" ";
1447 # start the non-stunnel HTTP TLS extensions capable server
1636 if(!$stunnel) {
1657 $certfile = 'stunnel.pem' unless($certfile);
1665 $flags .= "--certfile \"$certfile\" " if($certfile ne 'stunnel.pem');
1666 $flags .= "--stunnel \"$stunnel\" --srcdir \"$srcdir\" ";
2211 # Single shot non-stunnel HTTP TLS extensions capable server
2490 # Test harness currently uses a non-stunnel server in order to
2494 # to differentiate this from classic stunnel based 'https' test
2593 logmsg sprintf("* Server SSL: %8s", $stunnel?"ON ":"OFF");
2614 if($stunnel) {
3637 # given a stunnel ssl server, also kill non-ssl underlying one
3641 # given a non-ssl server, also kill stunnel piggybacking one
4155 $certfile = ($whatlist[1]) ? $whatlist[1] : 'stunnel.pem';
4333 if(!$stunnel) {
4334 # we can't run ftps tests without stunnel
4335 return "no stunnel";
4360 return "failed starting FTPS server (stunnel)";
4371 if(!$stunnel) {
4372 # we can't run https tests without stunnel
4373 return "no stunnel";
4399 return "failed starting HTTPS server (stunnel)";
4953 $HTTPSPORT = $base++; # HTTPS (stunnel) server port
4955 $FTPSPORT = $base++; # FTPS (stunnel) server port
4973 $HTTPTLSPORT = $base++; # HTTP TLS (non-stunnel) server port
4974 $HTTPTLS6PORT = $base++; # HTTP TLS (non-stunnel) IPv6 server port