diff -ur stunnel-4.04/doc/stunnel.8 stunnel-4.04.confpatch/doc/stunnel.8 --- stunnel-4.04/doc/stunnel.8 2002-12-26 14:23:45.000000000 -0800 +++ stunnel-4.04.confpatch/doc/stunnel.8 2003-09-19 12:57:12.000000000 -0700 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.3, Pod::Parser v1.13 +.\" Automatically generated by Pod::Man v1.34, Pod::Parser v1.13 .\" .\" Standard preamble: .\" ======================================================================== @@ -21,7 +21,6 @@ .. .de Ve \" End verbatim text .ft R - .fi .. .\" Set up some character translations and predefined strings. \*(-- will @@ -130,13 +129,18 @@ .\" ======================================================================== .\" .IX Title "STUNNEL 8" -.TH STUNNEL 8 "2002.12.26" "4.0" "stunnel" -.UC +.TH STUNNEL 8 "2003.09.19" "4.0" "stunnel" .SH "NAME" -stunnel \- universal \s-1SSL\s0 tunnel +stunnel \- universal SSL tunnel .SH "SYNOPSIS" .IX Header "SYNOPSIS" -\&\fBstunnel\fR [filename] | \-help | \-version | \-sockets +\&\fBstunnel\fR +.PP +\&\fBstunnel\fR filename\ |\ \-conf_stdin\ |\ \-conf_fd=#\ +.PP +\&\fBstunnel\fR \-help | \-version | \-sockets +.PP +\&\fBstunnel\fR \-install | \-uninstall .SH "DESCRIPTION" .IX Header "DESCRIPTION" The \fBstunnel\fR program is designed to work as \fI\s-1SSL\s0\fR encryption wrapper @@ -154,9 +158,18 @@ Eric Young (eay@cryptsoft.com) .SH "OPTIONS" .IX Header "OPTIONS" -.IP "\fB[filename]\fR" 4 -.IX Item "[filename]" +.IP "\fB(no arguments)\fR" 4 +.IX Item "(no arguments)" +When called with no arguments, stunnel reads its configuration from the default configuration file. (See \fBstunnel \-version\fR for location.) +.IP "\fBfilename\fR" 4 +.IX Item "filename" Use specified configuration file +.IP "\fB\-conf_stdin\fR" 4 +.IX Item "-conf_stdin" +Take the configuration file from standard input. Will only work if creating a daemon, not attaching \fBstunnel\fR directly to stdin/stdout. +.IP "\fB\-conf_fd=#\fR" 4 +.IX Item "-conf_fd=#" +Take the configuration file from the specified file descriptor number, such as \*(L"\-conf_fd=3\*(R". Said file descriptor is usually a pipe from another process. .IP "\fB\-help\fR" 4 .IX Item "-help" Print \fBstunnel\fR help menu @@ -267,6 +280,7 @@ .Vb 1 \& chmod 600 keyfile .Ve +.Sp default: value of \fIcert\fR option .IP "\fBoptions\fR = SSL_options" 4 .IX Item "options = SSL_options" @@ -441,6 +455,7 @@ \& exec = /usr/sbin/imapd \& execargs = imapd .Ve +.PP If you want to provide tunneling to your \fIpppd\fR daemon on port 2020, use something like .PP @@ -451,6 +466,7 @@ \& execargs = pppd local \& pty = yes .Ve +.PP If you want to use \fBstunnel\fR in \fIinetd\fR mode to launch your imapd process, you'd use this \fIstunnel.conf\fR. Note there must be no \fI[service_name]\fR section. @@ -492,6 +508,7 @@ .Vb 1 \& imaps stream tcp nowait root /usr/sbin/stunnel stunnel /etc/stunnel/imaps.conf .Ve +.PP In these cases, the \fIinetd\fR\-style program is responsible for binding a network socket (\fIimaps\fR above) and handing it to \fBstunnel\fR when a connection is received. diff -ur stunnel-4.04/doc/stunnel.html stunnel-4.04.confpatch/doc/stunnel.html --- stunnel-4.04/doc/stunnel.html 2002-12-26 14:23:46.000000000 -0800 +++ stunnel-4.04.confpatch/doc/stunnel.html 2003-09-19 12:57:13.000000000 -0700 @@ -1,257 +1,396 @@ - - -stunnel.8 - - + + + +stunnel.8 + + - + - +

- -
-

-

NAME

-

stunnel - universal SSL tunnel

-

-


-

SYNOPSIS

-

stunnel [filename] | -help | -version | -sockets

-

-


-

DESCRIPTION

-

The stunnel program is designed to work as SSL encryption wrapper -between remote clients and local (inetd-startable) or remote +


+

+

+

NAME

+

stunnel - universal SSL tunnel

+

+

+
+

SYNOPSIS

+

stunnel

+

stunnel filename | -conf_stdin | -conf_fd=# 

+

stunnel -help | -version | -sockets

+

stunnel -install | -uninstall

+

+

+
+

DESCRIPTION

+

The stunnel program is designed to work as SSL encryption wrapper +between remote clients and local (inetd-startable) or remote servers. The concept is that having non-SSL aware daemons running on your system you can easily set them up to communicate with clients over -secure SSL channels.

-

stunnel can be used to add SSL functionality to commonly used Inetd +secure SSL channels.

+

stunnel can be used to add SSL functionality to commonly used Inetd daemons like POP-2, POP-3, and IMAP servers, to standalone daemons like NNTP, SMTP and HTTP, and in tunneling PPP over network sockets without -changes to the source code.

-

This product includes cryptographic software written by -Eric Young (eay@cryptsoft.com)

-

-


-

OPTIONS

-
-
[filename]
-
+changes to the source code.

+

This product includes cryptographic software written by +Eric Young (eay@cryptsoft.com)

+

+

+
+

OPTIONS

+
+
(no arguments)
+
+
+When called with no arguments, stunnel reads its configuration from the default configuration file. (See stunnel -version for location.) +
+

+
filename
+
+
Use specified configuration file -

-
-help
-
-Print stunnel help menu -

-
-version
-
-Print stunnel version and compile time defaults -

-
-sockets
-
+
+

+
-conf_stdin
+
+
+Take the configuration file from standard input. Will only work if creating a daemon, not attaching stunnel directly to stdin/stdout. +
+

+
-conf_fd=#
+
+
+Take the configuration file from the specified file descriptor number, such as ``-conf_fd=3''. Said file descriptor is usually a pipe from another process. +
+

+
-help
+
+
+Print stunnel help menu +
+

+
-version
+
+
+Print stunnel version and compile time defaults +
+

+
-sockets
+
+
Print default socket options -

-
-install (NT/2000/XP only)
-
+
+

+
-install (NT/2000/XP only)
+
+
Install NT Service -

-
-uninstall (NT/2000/XP only)
-
+
+

+
-uninstall (NT/2000/XP only)
+
+
Uninstall NT Service -

-

-


-

CONFIGURATION FILE

-

Each line of the configuration file can be either:

-
+

+

+

+
+

CONFIGURATION FILE

+

Each line of the configuration file can be either:

+ -

-

GLOBAL OPTIONS

-
-
CApath = directory
-
+

+

+

+

GLOBAL OPTIONS

+
+
CApath = directory
+
+
Certificate Authority directory -

This is the directory in which stunnel will look for certificates when -using the verify. Note that the certificates in this directory -should be named XXXXXXXX.0 where XXXXXXXX is the hash value of the cert.

-

-
CAfile = certfile
-
+
+
+

This is the directory in which stunnel will look for certificates when +using the verify. Note that the certificates in this directory +should be named XXXXXXXX.0 where XXXXXXXX is the hash value of the cert.

+
+

+
CAfile = certfile
+
+
Certificate Authority file -

This file contains multiple CA certificates, used with the verify.

-

-
cert = pemfile
-
+
+
+

This file contains multiple CA certificates, used with the verify.

+
+

+
cert = pemfile
+
+
certificate chain PEM file name -

A PEM is always needed in server mode. +

+
+

A PEM is always needed in server mode. Specifying this flag in client mode will use this certificate chain as a client side certificate chain. Using client side certs is optional. The certificates must be in PEM format and must be sorted starting with the -certificate to the highest level (root CA).

-

-
chroot = directory (Unix only)
-
-directory to chroot stunnel process -

chroot keeps stunnel in chrooted jail. CApath, pid and exec +certificate to the highest level (root CA).

+
+

+
chroot = directory (Unix only)
+
+
+directory to chroot stunnel process +
+
+

chroot keeps stunnel in chrooted jail. CApath, pid and exec are located inside the jail and the patches have to be relative to the -directory specified with chroot.

-

To have libwrap (TCP Wrappers) control effective in a chrooted environment +directory specified with chroot.

+
+
+

To have libwrap (TCP Wrappers) control effective in a chrooted environment you also have to copy its configuration files (/etc/hosts.allow and -/etc/hosts.deny) there.

-

-
ciphers = cipherlist
-
+/etc/hosts.deny) there.

+
+

+
ciphers = cipherlist
+
+
Select permitted SSL ciphers -

A colon delimited list of the ciphers to allow in the SSL connection. -For example DES-CBC3-SHA:IDEA-CBC-MD5

-

-
client = yes | no
-
+
+
+

A colon delimited list of the ciphers to allow in the SSL connection. +For example DES-CBC3-SHA:IDEA-CBC-MD5

+
+

+
client = yes | no
+
+
client mode (remote service uses SSL) -

default: no (server mode)

-

-
debug = [facility.]level
-
+
+
+

default: no (server mode)

+
+

+
debug = [facility.]level
+
+
debugging level -

Level is a one of the syslog level names or numbers +

+
+

Level is a one of the syslog level names or numbers emerg (0), alert (1), crit (2), err (3), warning (4), notice (5), info (6), or debug (7). All logs for the specified level and -all levels numerically less than it will be shown. Use debug = debug or -debug = 7 for greatest debugging output. The default is notice (5).

-

The syslog facility 'daemon' will be used unless a facility name is supplied. -(Facilities are not supported on Win32.)

-

Case is ignored for both facilities and levels.

-

-
EGD = egd path (Unix only)
-
+all levels numerically less than it will be shown. Use debug = debug or +debug = 7 for greatest debugging output. The default is notice (5).

+
+
+

The syslog facility 'daemon' will be used unless a facility name is supplied. +(Facilities are not supported on Win32.)

+
+
+

Case is ignored for both facilities and levels.

+
+

+
EGD = egd path (Unix only)
+
+
path to Entropy Gathering Daemon socket -

Entropy Gathering Daemon socket to use to feed OpenSSL random number -generator. (Available only if compiled with OpenSSL 0.9.5a or higher)

-

-
foreground = yes | no (Unix only)
-
+
+
+

Entropy Gathering Daemon socket to use to feed OpenSSL random number +generator. (Available only if compiled with OpenSSL 0.9.5a or higher)

+
+

+
foreground = yes | no (Unix only)
+
+
foreground mode -

Stay in foreground (don't fork) and log to stderr -instead of via syslog (unless output is specified).

-

default: background in daemon mode

-

-
key = keyfile
-
-private key for certificate specified with cert option -

Private key is needed to authenticate certificate owner. +

+
+

Stay in foreground (don't fork) and log to stderr +instead of via syslog (unless output is specified).

+
+
+

default: background in daemon mode

+
+

+
key = keyfile
+
+
+private key for certificate specified with cert option +
+
+

Private key is needed to authenticate certificate owner. Since this file should be kept secret it should only be readable -to its owner. On Unix systems you can use the following command:

-
-    chmod 600 keyfile
-

default: value of cert option

-

-
options = SSL_options
-
+to its owner. On Unix systems you can use the following command:

+
+
+
+    chmod 600 keyfile
+
+
+

default: value of cert option

+
+

+
options = SSL_options
+
+
OpenSSL library options -

The parameter is the OpenSSL option name as described in the -SSL_CTX_set_options(3ssl) manual, but without SSL_OP_ prefix. -Several options can be used to specify multiple options.

-

For example for compatibility with erroneous Eudora SSL implementation -the following option can be used:

-
-    options = DONT_INSERT_EMPTY_FRAGMENTS
-

-
output = file
-
+
+
+

The parameter is the OpenSSL option name as described in the +SSL_CTX_set_options(3ssl) manual, but without SSL_OP_ prefix. +Several options can be used to specify multiple options.

+
+
+

For example for compatibility with erroneous Eudora SSL implementation +the following option can be used:

+
+
+
+    options = DONT_INSERT_EMPTY_FRAGMENTS
+
+

+
output = file
+
+
append log messages to a file instead of using syslog -

-
pid = file (Unix only)
-
+
+

+
pid = file (Unix only)
+
+
pid file location -

If the argument is empty, then no pid file will be created.

-

-
RNDbytes = bytes
-
+
+
+

If the argument is empty, then no pid file will be created.

+
+

+
RNDbytes = bytes
+
+
bytes to read from random seed files -

Number of bytes of data read from random seed files. With SSL versions +

+
+

Number of bytes of data read from random seed files. With SSL versions less than 0.9.5a, also determines how many bytes of data are considered sufficient to seed the PRNG. More recent OpenSSL versions have a builtin -function to determine when sufficient randomness is available.

-

-
RNDfile = file
-
+function to determine when sufficient randomness is available.

+
+

+
RNDfile = file
+
+
path to file with random seed data -

The SSL library will use data from this file first to seed the random -number generator.

-

-
RNDoverwrite = yes | no
-
+
+
+

The SSL library will use data from this file first to seed the random +number generator.

+
+

+
RNDoverwrite = yes | no
+
+
overwrite the random seed files with new random data -

default: yes

-

-
service = servicename
-
+
+
+

default: yes

+
+

+
service = servicename
+
+
use specified string as the service name -

On Unix: inetd mode service name for TCP Wrapper library.

-

On NT/2000/XP: NT service name in the Control Panel.

-

default: stunnel

-

-
session = timeout
-
+
+
+

On Unix: inetd mode service name for TCP Wrapper library.

+
+
+

On NT/2000/XP: NT service name in the Control Panel.

+
+
+

default: stunnel

+
+

+
session = timeout
+
+
session cache timeout -

-
setgid = groupname (Unix only)
-
-setgid() to groupname in daemon mode and clears all other groups -

-
setuid = username (Unix only)
-
-setuid() to username in daemon mode -

-
socket = a|l|r:option=value[:value]
-
+
+

+
setgid = groupname (Unix only)
+
+
+setgid() to groupname in daemon mode and clears all other groups +
+

+
setuid = username (Unix only)
+
+
+setuid() to username in daemon mode +
+

+
socket = a|l|r:option=value[:value]
+
+
Set an option on accept/local/remote socket -

The values for linger option are l_onof:l_linger. -The values for time are tv_sec:tv_usec.

-

Examples:

-
+
+
+

The values for linger option are l_onof:l_linger. +The values for time are tv_sec:tv_usec.

+
+
+

Examples:

+
+
+
     socket = l:SO_LINGER=1:60
         set one minute timeout for closing local socket
     socket = r:TCP_NODELAY=1
@@ -262,184 +401,238 @@
     socket = a:SO_REUSEADDR=0
         disable address reuse (enabled by default)
     socket = a:SO_BINDTODEVICE=lo
-        only accept connections on loopback interface
-

-
verify = level
-
+ only accept connections on loopback interface +
+

+
verify = level
+
+
verify peer certificate -
+
+
+
     level 1 - verify peer certificate if present
     level 2 - verify peer certificate
     level 3 - verify peer with locally installed certificate
-    default - no verify
-

-

-

SERVICE-LEVEL OPTIONS

-

Each configuration section begins with service name in square brackets. + default - no verify +

+

+

+

+

SERVICE-LEVEL OPTIONS

+

Each configuration section begins with service name in square brackets. The service name is used for libwrap (TCP Wrappers) access control and lets -you distinguish stunnel services in your log files.

-

Note that if you wish to run stunnel in inetd mode (where it -is provided a network socket by a server such as inetd, xinetd, -or tcpserver) then you should read the section entitiled INETD MODE -below.

-
-
accept = [host:]port
-
+you distinguish stunnel services in your log files.

+

Note that if you wish to run stunnel in inetd mode (where it +is provided a network socket by a server such as inetd, xinetd, +or tcpserver) then you should read the section entitiled INETD MODE +below.

+
+
accept = [host:]port
+
+
accept connections on specified host:port -

If no host specified, defaults to all IP addresses for the local host.

-

-
connect = [host:]port
-
+
+
+

If no host specified, defaults to all IP addresses for the local host.

+
+

+
connect = [host:]port
+
+
connect to remote host:port -

If no host specified, defaults to localhost.

-

-
delay = yes | no
-
+
+
+

If no host specified, defaults to localhost.

+
+

+
delay = yes | no
+
+
delay DNS lookup for 'connect' option -

-
exec = executable_path (Unix only)
-
+
+

+
exec = executable_path (Unix only)
+
+
execute local inetd-type program -

-
execargs = $0 $1 $2 ... (Unix only)
-
-arguments for exec including program name ($0) -

Quoting is currently not supported. -Arguments are speparated with arbitrary number of whitespaces.

-

-
ident = username
-
+
+

+
execargs = $0 $1 $2 ... (Unix only)
+
+
+arguments for exec including program name ($0) +
+
+

Quoting is currently not supported. +Arguments are speparated with arbitrary number of whitespaces.

+
+

+
ident = username
+
+
use IDENT (RFC 1413) username checking -

-
local = host
-
+
+

+
local = host
+
+
IP of the outgoing interface is used as source for remote connections. Use this option to bind a static local IP address, instead. -

-
protocol = proto
-
+
+

+
protocol = proto
+
+
Negotiate SSL with specified protocol -

currently supported: smtp, pop3, nntp

-

-
pty = yes | no (Unix only)
-
+
+
+

currently supported: smtp, pop3, nntp

+
+

+
pty = yes | no (Unix only)
+
+
allocate pseudo terminal for 'exec' option -

-
TIMEOUTbusy = seconds
-
+
+

+
TIMEOUTbusy = seconds
+
+
time to wait for expected data -

-
TIMEOUTclose = seconds
-
+
+

+
TIMEOUTclose = seconds
+
+
time to wait for close_notify (set to 0 for buggy MSIE) -

-
TIMEOUTidle = seconds
-
+
+

+
TIMEOUTidle = seconds
+
+
time to keep an idle connection -

-
transparent = yes | no (Unix only)
-
+
+

+
transparent = yes | no (Unix only)
+
+
transparent proxy mode -

Re-write address to appear as if wrapped daemon is connecting -from the SSL client machine instead of the machine running stunnel. -This option is only available in local mode (exec option) -by LD_PRELOADing env.so shared library or in remote mode (connect -option) on Linux 2.2 kernel compiled with transparent proxy option +

+
+

Re-write address to appear as if wrapped daemon is connecting +from the SSL client machine instead of the machine running stunnel. +This option is only available in local mode (exec option) +by LD_PRELOADing env.so shared library or in remote mode (connect +option) on Linux 2.2 kernel compiled with transparent proxy option and then only in server mode. Note that this option will not combine -with proxy mode (connect) unless the client's default route to the target -machine lies through the host running stunnel, which cannot be localhost.

-

-

-


-

RETURN VALUE

-

stunnel returns zero on success, non-zero on error.

-

-


-

EXAMPLES

-

In order to provide SSL encapsulation to your local imapd service, use

-
+with proxy mode (connect) unless the client's default route to the target
+machine lies through the host running stunnel, which cannot be localhost.

+
+

+

+

+
+

RETURN VALUE

+

stunnel returns zero on success, non-zero on error.

+

+

+
+

EXAMPLES

+

In order to provide SSL encapsulation to your local imapd service, use

+
     [imapd]
     accept = 993
     exec = /usr/sbin/imapd
-    execargs = imapd
-

If you want to provide tunneling to your pppd daemon on port 2020, -use something like

-
+    execargs = imapd
+

If you want to provide tunneling to your pppd daemon on port 2020, +use something like

+
     [vpn]
     accept = 2020
     exec = /usr/sbin/pppd
     execargs = pppd local
-    pty = yes
-

If you want to use stunnel in inetd mode to launch your imapd -process, you'd use this stunnel.conf. -Note there must be no [service_name] section.

-
+    pty = yes
+

If you want to use stunnel in inetd mode to launch your imapd +process, you'd use this stunnel.conf. +Note there must be no [service_name] section.

+
     exec = /usr/sbin/imapd
-    execargs = imapd
-

-


-

FILES

-
-
stunnel.conf
-
-stunnel configuration file -

-
stunnel.pem
-
-stunnel certificate and private key -

-

-


-

BUGS

-

Option execargs does not support quoting.

-

-


-

RESTRICTIONS

-

stunnel cannot be used for the FTP daemon because of the nature + execargs = imapd +

+

+
+

FILES

+
+
stunnel.conf
+
+
+stunnel configuration file +
+

+
stunnel.pem
+
+
+stunnel certificate and private key +
+

+

+

+
+

BUGS

+

Option execargs does not support quoting.

+

+

+
+

RESTRICTIONS

+

stunnel cannot be used for the FTP daemon because of the nature of the FTP protocol which utilizes multiple ports for data transfers. -There are available SSL enabled versions of FTP and telnet daemons, however.

-

-


-

NOTES

-

-

INETD MODE

-

The most common use of stunnel is to listen on a network +There are available SSL enabled versions of FTP and telnet daemons, however.

+

+

+
+

NOTES

+

+

+

INETD MODE

+

The most common use of stunnel is to listen on a network port and establish communication with either a new port -via the connect option, or a new program via the exec option. +via the connect option, or a new program via the exec option. However there is a special case when you wish to have some other program accept incoming connections and -launch stunnel, for example with inetd, xinetd, -or tcpserver.

-

For example, if you have the following line in inetd.conf:

-
-    imaps stream tcp nowait root /usr/sbin/stunnel stunnel /etc/stunnel/imaps.conf
-

In these cases, the inetd-style program is responsible -for binding a network socket (imaps above) and handing -it to stunnel when a connection is received. -Thus you do not want stunnel to have any accept option. -All the Service Level Options should be placed in the -global options section, and no [service_name] section -will be present. See the EXAMPLES section for example -configurations.

-

-

CERTIFICATES

-

Each SSL enabled daemon needs to present a valid X.509 certificate +launch stunnel, for example with inetd, xinetd, +or tcpserver.

+

For example, if you have the following line in inetd.conf:

+
+    imaps stream tcp nowait root /usr/sbin/stunnel stunnel /etc/stunnel/imaps.conf
+

In these cases, the inetd-style program is responsible +for binding a network socket (imaps above) and handing +it to stunnel when a connection is received. +Thus you do not want stunnel to have any accept option. +All the Service Level Options should be placed in the +global options section, and no [service_name] section +will be present. See the EXAMPLES section for example +configurations.

+

+

+

CERTIFICATES

+

Each SSL enabled daemon needs to present a valid X.509 certificate to the peer. It also needs a private key to decrypt the incoming data. The easiest way to obtain a certificate and a key is to -generate them with the free OpenSSL package. You can find more -information on certificates generation on pages listed below.

-

Two things are important when generating certificate-key pairs for -stunnel. The private key cannot be encrypted, because the server +generate them with the free OpenSSL package. You can find more +information on certificates generation on pages listed below.

+

Two things are important when generating certificate-key pairs for +stunnel. The private key cannot be encrypted, because the server has no way to obtain the password from the user. To produce an -unencrypted key add the -nodes option when running the req -command from the OpenSSL kit.

-

The order of contents of the .pem file is also important. +unencrypted key add the -nodes option when running the req +command from the OpenSSL kit.

+

The order of contents of the .pem file is also important. It should contain the unencrypted private key first, then a signed certificate (not certificate request). There should be also empty lines after certificate and private key. Plaintext certificate information appended on the top of generated certificate -should be discarded. So the file should look like this:

-
+should be discarded. So the file should look like this:

+
     -----BEGIN RSA PRIVATE KEY-----
     [encoded key]
     -----END RSA PRIVATE KEY-----
@@ -447,89 +640,104 @@
     -----BEGIN CERTIFICATE-----
     [encoded certificate]
     -----END CERTIFICATE-----
-    [empty line]
-

-

RANDOMNESS

-

stunnel needs to seed the PRNG (pseudo random number generator) in + [empty line]

+

+

+

RANDOMNESS

+

stunnel needs to seed the PRNG (pseudo random number generator) in order for SSL to use good randomness. The following sources are loaded -in order until sufficient random data has been gathered:

- +

With recent (>=OpenSSL 0.9.5a) version of SSL it will stop loading random data automatically when sufficient entropy has been gathered. With previous versions it will continue to gather from all the above -sources since no SSL function exists to tell when enough data is available.

-

Note that on Windows machines that do not have console user interaction +sources since no SSL function exists to tell when enough data is available.

+

Note that on Windows machines that do not have console user interaction (mouse movements, creating windows, etc) the screen contents are not variable enough to be sufficient, and you should provide a random file -for use with the RNDfile flag.

-

Note that the file specified with the RNDfile flag should contain +for use with the RNDfile flag.

+

Note that the file specified with the RNDfile flag should contain random data -- that means it should contain different information -each time stunnel is run. This is handled automatically -unless the RNDoverwrite flag is used. If you wish to update this file -manually, the openssl rand command in recent versions of OpenSSL, -would be useful.

-

One important note -- if /dev/urandom is available, OpenSSL has a habit of +each time stunnel is run. This is handled automatically +unless the RNDoverwrite flag is used. If you wish to update this file +manually, the openssl rand command in recent versions of OpenSSL, +would be useful.

+

One important note -- if /dev/urandom is available, OpenSSL has a habit of seeding the PRNG with it even when checking the random state, so on systems with /dev/urandom you're likely to use it even though it's listed -at the very bottom of the list above. This isn't stunnel's behaviour, it's -OpenSSLs.

-

-


-

SEE ALSO

-
-
tcpd(8)
-
+at the very bottom of the list above. This isn't stunnel's behaviour, it's +OpenSSLs.

+

+

+
+

SEE ALSO

+
+
tcpd(8)
+
+
access control facility for internet services -

-
inetd(8)
-
+
+

+
inetd(8)
+
+
internet ``super-server'' -

-
http://stunnel.mirt.net/
-
-stunnel homepage -

-
http://www.stunnel.org/
-
-stunnel Frequently Asked Questions -

-
http://www.openssl.org/
-
+
+

+
http://stunnel.mirt.net/
+
+
+stunnel homepage +
+

+
http://www.stunnel.org/
+
+
+stunnel Frequently Asked Questions +
+

+
http://www.openssl.org/
+
+
OpenSSL project website -

-

-


-

AUTHOR

-
-
Michal Trojnara
-
-<Michal.Trojnara@mirt.net> -

+
+

+

+

+
+

AUTHOR

+
+
Michal Trojnara
+
+
+<Michal.Trojnara@mirt.net> +
+

- + - + diff -ur stunnel-4.04/doc/stunnel.pod stunnel-4.04.confpatch/doc/stunnel.pod --- stunnel-4.04/doc/stunnel.pod 2002-12-26 14:23:42.000000000 -0800 +++ stunnel-4.04.confpatch/doc/stunnel.pod 2003-09-19 12:57:54.000000000 -0700 @@ -5,7 +5,13 @@ =head1 SYNOPSIS -B S<[filename]> | S<-help> | S<-version> | S<-sockets> +B + +B S + +B S<-help> | S<-version> | S<-sockets> + +B S<-install> | S<-uninstall> =head1 DESCRIPTION @@ -29,10 +35,23 @@ =over 4 -=item B<[filename]> +=item B<(no arguments)> + +When called with no arguments, stunnel reads its configuration from the default configuration file. (See B for location.) + +=item B Use specified configuration file +=item B<-conf_stdin> + +Take the configuration file from standard input. Will only work if creating a daemon, not attaching B directly to stdin/stdout. + +=item B<-conf_fd=#> + +Take the configuration file from the specified file descriptor number, such as "-conf_fd=3". Said file descriptor is usually a pipe from another process. + + =item B<-help> Print B help menu diff -ur stunnel-4.04/src/options.c stunnel-4.04.confpatch/src/options.c --- stunnel-4.04/src/options.c 2003-01-01 06:21:58.000000000 -0800 +++ stunnel-4.04.confpatch/src/options.c 2003-09-19 12:51:48.000000000 -0700 @@ -56,7 +56,18 @@ static char *option_not_found="Specified option name is not valid here"; static char *global_options(CMD cmd, char *opt, char *arg) { + +#ifdef CONFDIR + char *default_config_file=CONFDIR "/stunnel.conf"; +#else + char *default_config_file="stunnel.conf"; +#endif + if(cmd==CMD_DEFAULT) { + log_raw(" "); + log_raw("Default configuration file: %s", default_config_file); + log_raw(" "); + } if(cmd==CMD_DEFAULT || cmd==CMD_HELP) { log_raw("Global options"); } @@ -874,25 +885,35 @@ global_options(CMD_INIT, NULL, NULL); service_options(CMD_INIT, section, NULL, NULL); - if(!name) + if(!name) { name=default_config_file; - if(!strcasecmp(name, "-help")) { + fp=fopen(name, "r"); + } else if(!strcasecmp(name, "-help")) { global_options(CMD_HELP, NULL, NULL); service_options(CMD_HELP, section, NULL, NULL); exit(1); } - if(!strcasecmp(name, "-version")) { + else if(!strcasecmp(name, "-version")) { log_raw("%s", stunnel_info()); log_raw(" "); global_options(CMD_DEFAULT, NULL, NULL); service_options(CMD_DEFAULT, section, NULL, NULL); exit(1); } - if(!strcasecmp(name, "-sockets")) { + else if(!strcasecmp(name, "-sockets")) { print_socket_options(); exit(1); + } else if(!strcasecmp(name, "-conf_stdin")) { + fp=stdin; + } else if(!strncasecmp(name, "-conf_fd=", strlen("-conf_fd="))) { + int myfd; + myfd = atoi( name + strlen("-conf_fd=") ); // convert fd number + fp=fdopen(myfd, "r"); + if (!fp) + perror("fdopen failed"); + } else { // filename specified + fp=fopen(name, "r"); } - fp=fopen(name, "r"); if(!fp) { #ifdef USE_WIN32 /* Win32 doesn't seem to set errno in fopen() */ @@ -902,14 +923,24 @@ #endif log_raw(" "); log_raw("Syntax:"); + log_raw(" "); #ifdef USE_WIN32 - log_raw("stunnel [filename] | -help | -version | -sockets" - " | -install | -uninstall"); + log_raw("stunnel [ filename | -conf_stdin | -conf_fd=# ]" ); + log_raw(" or"); + log_raw("stunnel -help | -version | -sockets | -install | -uninstall"); #else - log_raw("stunnel [filename] | -help | -version | -sockets"); + log_raw("stunnel [ filename | -conf_stdin | -conf_fd=# ]"); + log_raw(" or"); + log_raw("stunnel -help | -version | -sockets"); #endif - log_raw(" filename - use specified config file instead of %s", - default_config_file); + log_raw(" "); + log_raw(" filename - use specified config file instead of\n" + " %s", default_config_file); + log_raw(" -conf_stdin - take configuration file from stdin"); + log_raw(" (only works when creating a daemon)"); + log_raw(" -conf_fd=# - take configuration file from specified " + "file descriptor"); + log_raw(" "); log_raw(" -help - get config file help"); log_raw(" -version - display version and defaults"); log_raw(" -sockets - display default socket options");