HomeSort by relevance Sort by last modified time
    Searched refs:stunnel (Results 1 - 4 of 4) sorted by null

  /external/curl/tests/
secureserver.pl 25 # harness. Actually just a layer that runs stunnel properly using the
45 my $stunnel = "stunnel";
62 my $pidfile; # stunnel pid file
63 my $logfile; # stunnel log file
64 my $loglevel = 5; # stunnel log level
68 my $conffile; # stunnel configuration file
73 # stunnel requires full path specification for several files.
80 # Signal handler to remove our stunnel 4.00 and newer configuration file.
119 elsif($ARGV[0] eq '--stunnel') {
    [all...]
stunnel.pem 2 # This file contains a private key and a certificate used for stunnel.
13 nsComment = "CURL stunnel server test certificate"
92 CURL stunnel server test certificate
runtests.pl 123 my $HTTPSPORT; # HTTPS (stunnel) server port
126 my $FTPSPORT; # FTPS (stunnel) server port
142 my $HTTPTLSPORT; # HTTP TLS (non-stunnel) server port
143 my $HTTPTLS6PORT; # HTTP TLS (non-stunnel) IPv6 server port
202 my $stunnel = checkcmd("stunnel4") || checkcmd("tstunnel") || checkcmd("stunnel");
719 # given a stunnel based ssl server, also kill non-ssl underlying one
723 # given a non-ssl server, also kill stunnel based ssl piggybacking one
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 3 # ss_vncviewer: wrapper for vncviewer to use an stunnel SSL tunnel
24 # You must have stunnel(8) installed on the system and in your PATH
26 # installed) Note: stunnel is usually installed in an "sbin" subdirectory.
28 # You should have "x11vnc -ssl ..." or "x11vnc -stunnel ..."
30 # (or use stunnel on the server side for any other VNC server)
73 # -ssh Use ssh instead of stunnel SSL. ssh(1) must be installed and you
145 # Same for STUNNEL, e.g. set it to /path/to/stunnel or stunnel4, etc.
160 # work out which stunnel to use (debian installs as stunnel4)
162 if [ "X$STUNNEL" = "X" ]; the
    [all...]

Completed in 106 milliseconds