From sgolovan@REDACTED Sun May 20 09:06:15 2007 From: sgolovan@REDACTED (Sergei Golovan) Date: Sun, 20 May 2007 11:06:15 +0400 Subject: [erlang-patches] Adding IPv6 to ssl application Message-ID: Hi! Mikael Magnusson has contributed a patch to Debian GNU/Linux distribution of Erlang/OTP, which adds IPv6 support to ssl application. I hope it will be useful not only for Debian users. Best wishes! -- Sergei Golovan -------------- next part -------------- A non-text attachment was scrubbed... Name: erlang_11.b.4_ssl_ipv6.patch Type: application/octet-stream Size: 14097 bytes Desc: not available URL: From robert@REDACTED Mon May 21 17:01:40 2007 From: robert@REDACTED (=?ISO-8859-2?Q?Robert_Ga=B3ach?=) Date: Mon, 21 May 2007 17:01:40 +0200 Subject: [erlang-patches] Patch for ssl application - ssl_accept error handling Message-ID: <4651B454.5030707@galach.net> Hi, I found there is a problem in ssl application in OTP current (R11B-4) and earlier versions. If non-ssl data has been sent into ssl socket during ssl_accept process, esock sends wrong error message to ssl_server (ESOCK_TRANSPORT_ACCEPT_ERR). This causes strange behaviour of ssl_server and finally ssl_server is going down. See: http://www.jabber.ru/bugzilla/show_bug.cgi?id=335 I made that little patch to deal with it. It changes error message sent from esock to ssl_server to ESOCK_SSL_ACCEPT_ERR with just opened socket fd. It also changes error handling in ssl_server - removes previously opened socket fd from "conns" set. I hope the patch will be usefull. Regards -- Robert Ga?ach -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ssl_patch.diff URL: