Download List

项目描述

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 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

符合 FIPS 标准 OpenSSL Dll 提供的 Windows 安装程序。FIPS 模式下可以使用禁用"fips = no"配置文件选项。此外改进了 Windows GUI 的稳定性。
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

此版本添加了 Unix 套接字支持 (例如,"连接 = /var/run/stunnel/socket") 和新的证书验证模式 ("验证 = 4") 忽略 CA 链并只验证是否对等证书。它还包括一些性能和可扩展性的优化和编译错误修正。
标签: 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

新"协议 = 代理"支持已添加到 haproxy 发送的原始客户端的 IP 地址。这就需要接受代理绑定选项的 haproxy 1.5-dev3 或更高版本。增加了一些小的改进和错误修正,主要是与相关的 Win32 GUI 和编译的问题,在各种平台上。
标签: 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

在新的SNI的内存管理代码中的错误是固定的。堆分配的缓冲区溢出保护,实施,和gcc的缓冲区溢出保护启用堆栈分配。
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的更新版本1.0.0e。此版本修复的Win32配置文件重新载入。叉和UCONTEXT线程模型进行了纠正和彻底的测试。主要性能优化上进行日志记录子系统。
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