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 17:20:22 -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> <87vcnaz9fe.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329171631 4977 80.91.229.3 (13 Feb 2012 22:20:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 22:20:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 23:20:28 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 1Rx4G4-0007Lu-Fj for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 23:20:28 +0100 Original-Received: from localhost ([::1]:54153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx4G3-0003Dl-To for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 17:20:27 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx4G0-0003Df-N6 for emacs-devel@gnu.org; Mon, 13 Feb 2012 17:20:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx4Fz-0004ZC-Qe for emacs-devel@gnu.org; Mon, 13 Feb 2012 17:20:24 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:53649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx4Fz-0004Z7-Kn for emacs-devel@gnu.org; Mon, 13 Feb 2012 17:20:23 -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 q1DMKNYe002997; Mon, 13 Feb 2012 17:20:23 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 0C41E130009; Mon, 13 Feb 2012 17:20:23 -0500 (EST) In-Reply-To: <87vcnaz9fe.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 13 Feb 2012 16:54:13 -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 <728341> : uri <1064837> 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:148592 Archived-At: SM> To the extent that the manual does not talk about TLS at all right now, SM> I don't think gnutls-trustfiles has a place yet. But feel free to SM> update the documentation of open-network-stream. > I don't see how to update it appropriately. I could add "Please see > `gnutls-trustfiles'" somewhere in the docstring but it would be a pretty > random reference. I don't mean "update it with gnutls-trustfiles info", but "update it to document the new "&rest PARAMS" keyword arguments. At that point there will be a place where you can document gnutls-trustfiles. Stefan