OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
43
my $
stunnel
= "
stunnel
";
60
my $pidfile; #
stunnel
pid file
61
my $logfile; #
stunnel
log file
62
my $loglevel = 5; #
stunnel
log level
66
my $conffile; #
stunnel
configuration file
71
#
stunnel
requires full path specification for several files.
78
# Signal handler to remove our
stunnel
4.00 and newer configuration file.
117
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
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
[
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 71 milliseconds