From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: need help with certificate bundles for ALL the platforms Emacs supports Date: Mon, 13 Feb 2012 16:04:46 -0500 Message-ID: References: <4F25FA2F.2010401@gmail.com> <4F27F4A1.6030907@gmail.com> <6E4BE1E758D04283A7C3A660ED379966@us.oracle.com> <87liolnipl.fsf@lifelogs.com> <50081AA79F2F4860A3B9DCEDFC1ABEC8@us.oracle.com> <877h04nc2e.fsf@lifelogs.com> <83ehucfjc8.fsf@gnu.org> <87r4ycjbjz.fsf_-_@lifelogs.com> <83mx8zev8s.fsf@gnu.org> <87vcnnj1xm.fsf@lifelogs.com> <87ipjgw0r3.fsf_-_@lifelogs.com> <87zkcqr4td.fsf@lifelogs.com> <87fwef8zui.fsf@lifelogs.com> <87ipja7to1.fsf@lifelogs.com> <87mx8m66i8.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329167096 2084 80.91.229.3 (13 Feb 2012 21:04:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 21:04:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 22:04:56 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rx34v-0008Bl-28 for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 22:04:53 +0100 Original-Received: from localhost ([::1]:57977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx34u-0002u6-2U for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 16:04:52 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx34r-0002tl-I7 for emacs-devel@gnu.org; Mon, 13 Feb 2012 16:04:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx34q-0006J2-LH for emacs-devel@gnu.org; Mon, 13 Feb 2012 16:04:49 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:50918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx34q-0006Io-GT for emacs-devel@gnu.org; Mon, 13 Feb 2012 16:04:48 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q1DL4kSC028399; Mon, 13 Feb 2012 16:04:46 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 886E6130009; Mon, 13 Feb 2012 16:04:46 -0500 (EST) In-Reply-To: <87mx8m66i8.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 13 Feb 2012 11:30:07 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4131=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4131> : streams <728324> : uri <1064803> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:148580 Archived-At: > OK. Patch attached for your review. The code is simpler now and the > list flattening function is not needed. Looks OK, please install. > If approved I think I should also write a manual entry for this new > variable. Should I make a new manual subsection for GnuTLS-related > things? Where? To the extent that the manual does not talk about TLS at all right now, I don't think gnutls-trustfiles has a place yet. But feel free to update the documentation of open-network-stream. Stefan