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-07-24 06:17
4.40

一个Win32 GUI菜单被添加到保存缓存的同行证书链。 Win32的“退出”命令行选项添加到停止Stunnel的,当它不是作为服务运行。文件版本信息被添加到stunnel.exe。 2048位DH硬编码的参数是用来作为DH参数不stunnel.pem提供后援。预设的“密码”的价值进行了更新,喜欢ECDH。 “prime256v1”默认ECDH曲线更新。支持临时RSA密钥(过时出口密码)被删除。
A Win32 GUI menu was added to save cached peer certificate chains. The Win32 "-exit" commandline option was added to stop stunnel when it is not running as a service. File version information was added to stunnel.exe. 2048-bit DH hardcoded parameters are used as a fallback if DH parameters are not provided in stunnel.pem. The default "ciphers" value was updated to prefer ECDH. The default ECDH curve was updated to "prime256v1". Support for temporary RSA keys (used in obsolete export ciphers) was removed.

2011-07-07 07:43
4.39

增加了一个新的Windows安装程序模块,建立一个自我签署的stunnel.pem。编辑配置文件和日志文件重新开放被添加到Windows图形用户界面。重装与Windows GUI的配置文件进行了改进。
标签: Stable
A new Windows installer module was added to build a self-signed stunnel.pem. Configuration file editing and log file reopening were added to the Windows GUI. Configuration file reloading with the Windows GUI was improved.

2011-06-29 05:48
4.38

服务器名指示(SNI)TLS扩展的支持是实施基于名称的虚拟服务器。 Stunnel的交换机现在可以在飞行服务节的基础上,目标主机名在客户端Hello消息中。修复也增加了许多在以前的实验版本中引入错误。
标签: Major bugfixes
Server Name Indication (SNI) TLS extension support was implemented for name-based virtual servers. Stunnel can now switch service section on the fly, based on the destination host name included in the Client Hello message. Numerous fixes were also added for bugs introduced in previous, experimental versions.

2011-05-03 22:10
4.36

Win32的DLL中的OpenSSL 1.0.0d进行了更新到版本。介绍了动态内存的字符串操作管理,以防止静电strlen的限制,降低堆栈足迹。比较严格的公共密钥添加了对“验证= 3”证书检查模式。听积压参数(2)由5​​为SOMAXCONN改善重载的行为。一个错误的数量是固定的,包括内存泄漏和一些Mac OS X的兼容性修补程序。
标签: Major bugfixes
Win32 OpenSSL DLLs were updated to version 1.0.0d. Dynamic memory was introduced for management of string manipulation in order to prevent a static STRLEN limit and to lower stack footprint. Strict public key comparison was added for "verify = 3" certificate checking mode. Backlog parameter of listen(2) was changed from 5 to SOMAXCONN to improve behavior on heavy load. A number of bugs were fixed, including a memory leak and some Mac OS X compatibility fixes.

2011-02-07 07:56
4.35

OpenSSL的DLL中已更新到版本1.0.0c。透明源(非本地绑定)支持FreeBSD的8.x中添加透明的目标(“透明=目标”)的支持是Linux的加入。作者还实施了一些错误修正。
标签: Stable
OpenSSL DLLs were updated to version 1.0.0c. Transparent source (non-local bind) support was added for FreeBSD 8.x. Transparent destination ("transparent = destination") support was added for Linux. A number of bugfixes were also implemented.

Project Resources