From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] gnutls: Add SNI support Date: Thu, 27 Nov 2014 10:01:46 +0100 Message-ID: <87d28981ad.fsf@toke.dk> References: <87wq6k3i99.fsf@toke.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417078955 29582 80.91.229.3 (27 Nov 2014 09:02:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2014 09:02:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 27 10:02:29 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xtuy5-0002LX-0b for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2014 10:02:29 +0100 Original-Received: from localhost ([::1]:38237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtuy4-00048W-0m for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2014 04:02:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtuxo-00048O-9h for emacs-devel@gnu.org; Thu, 27 Nov 2014 04:02:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtuxf-0001Yx-Os for emacs-devel@gnu.org; Thu, 27 Nov 2014 04:02:12 -0500 Original-Received: from mail2.tohojo.dk ([77.235.48.147]:60535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtuxf-0001YE-2H for emacs-devel@gnu.org; Thu, 27 Nov 2014 04:02:03 -0500 X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=toke.dk; s=201310; t=1417078532; bh=1mCEjxluy87SMxCadd311iIbd5MUrKLT++WjPHXHaBM=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=lW+L2ORIsiqGEYHUQqJCBNp/RVWxIItnxmPPJdpsSsAXUjQGghzRblojiXbUzNpAc vUn997NUq5JLFNPeLZ8NXbZhmZ1QTpj1w8v94w9xDA2m4it7tP0wa35hOmxr/eIT3v Cxl2ne4i3AlPGWLQA5gxFSUoTiMIj/IbqMqjPzcQ= Original-Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id C93321FA21B; Thu, 27 Nov 2014 10:01:46 +0100 (CET) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 26 Nov 2014 22:52:09 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 77.235.48.147 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178346 Archived-At: Lars Magne Ingebrigtsen writes: > Thanks; I'm applying a version of your patch... Cool! > Well, it's documented to not want IP addresses. So I added a function > to check for that. Yep, probably a good call. Would test the change, but emacs trunk still won't compile on my box and I'm stumped on debugging it. Code looks good to me, though :) -Toke