Download List

Descripción del Proyecto

The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be used to add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP servers without any changes in the programs' code. It will negotiate an SSL connection using the OpenSSL or SSLeay libraries. It calls the underlying crypto libraries, so stunnel supports whatever cryptographic algorithms you compiled into your crypto package.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-27 07:40
4.48

Compatible con FIPS DLL de OpenSSL se suministran con Windows installer. El modo FIPS puede desactivarse con el "fips = no" opción de archivo de configuración. También se mejoró la estabilidad de la GUI de Windows.
FIPS-compliant OpenSSL DLLs are supplied with the Windows installer. FIPS mode can be disabled with the "fips = no" configuration file option. The stability of the Windows GUI was also improved.

2011-11-08 06:42
4.46

Esta versión agrega soporte para socket Unix (por ejemplo, "conectar = /var/run/stunnel/socket") y un nuevo modo de comprobación de certificados ("verificar = 4") para omitir la cadena CA y sólo comprobar el certificado del mismo nivel. También incluye algunos rendimiento y optimizaciones de escalabilidad y correcciones de errores de compilación.
Tags: Stable
This release adds Unix socket support (e.g., "connect = /var/run/stunnel/socket") and a new certificate verification mode ("verify = 4") to ignore the CA chain and only verify the peer certificate. It also includes some performance and scalability optimizations, and compilation bugfixes.

2011-10-25 08:00
4.45

Nuevo "Protocolo = proxy" se agregó soporte para enviar el cliente original de dirección IP a haproxy. Esto requiere la opción de enlace de aceptar-proxy de haproxy 1.5-dev3 o posterior. Se añadieron una serie de pequeñas mejoras y correcciones de errores, en su mayoría relacionados con temas de Win32 GUI y compilación en varias plataformas.
Tags: Stable
New "protocol = proxy" support was added to send the original client IP address to haproxy. This requires the accept-proxy bind option of haproxy 1.5-dev3 or later. A number of minor improvements and bugfixes were added, mostly related to Win32 GUI and compilation issues on various platforms.

2011-09-18 10:08
4.44

Errores en el nuevo SNI y el código de gestión de la memoria se fija. La protección contra desbordamiento se llevó a cabo para la asignación de montón, y el tampón gcc protección contra el desbordamiento se ha habilitado para la asignación de pila.
Bugs in the new SNI and memory management code were fixed. Buffer overflow protection was implemented for heap allocations, and gcc buffer overflow protection was enabled for stack allocations.

2011-09-08 07:37
4.43

Win32 OpenSSL DLL se han actualizado a la versión 1.0.0e. Esta versión corrige Actualizar Win32 archivo de configuración. TENEDOR y modelos UCONTEXT threading fueron corregidas y sometidas a pruebas exhaustivas. La optimización del rendimiento importante se realizó en el subsistema de registro.
Win32 OpenSSL DLLs were updated to version 1.0.0e. This version fixes Win32 configuration file reload. FORK and UCONTEXT threading models were corrected and thoroughly tested. Major performance optimization was performed on the logging subsystem.

Project Resources