From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: url library and GnuTLS, and Emacs-issued certificates Date: Sat, 26 Mar 2011 21:23:29 -0400 Message-ID: References: <87mxkojpk4.fsf@lifelogs.com> <87hbawtbq7.fsf@stupidchicken.com> <878vw8hznm.fsf_-_@lifelogs.com> <87ei5xsvl6.fsf@lifelogs.com> <87hbatofix.fsf@stupidchicken.com> <87ei5wpbks.fsf@stupidchicken.com> <87lj01wj8o.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301189035 21553 80.91.229.12 (27 Mar 2011 01:23:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 01:23:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 27 03:23:44 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3ehk-0006DB-2f for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 03:23:44 +0200 Original-Received: from localhost ([127.0.0.1]:54744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3ehj-0007C8-Ch for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2011 21:23:43 -0400 Original-Received: from [140.186.70.92] (port=49638 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3ehb-0007B3-F3 for emacs-devel@gnu.org; Sat, 26 Mar 2011 21:23:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3ehV-0008T9-QI for emacs-devel@gnu.org; Sat, 26 Mar 2011 21:23:35 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3ehV-0008T5-NP for emacs-devel@gnu.org; Sat, 26 Mar 2011 21:23:29 -0400 Original-Received: from cyd by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q3ehV-0008Ha-IF for emacs-devel@gnu.org; Sat, 26 Mar 2011 21:23:29 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 27 Mar 2011 00:39:22 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137732 Archived-At: Lars Magne Ingebrigtsen writes: >> I have changed the Gnus callers to accomodate these changes, including >> making the connection type `try-starttls' by default. NNTP and NNIMAP >> seem to work the same as before, but let me know if anything breaks for >> you. > > People have select methods with `network' specified already, so this > will break Gnus for them pretty badly. > > Which is why I made `network' be the opportunistic-STARTTLS-upgrade > name. Isn't proto-stream.el and the `network'/`network-only' keywords new in this version of Gnus? We could, of course, add `network' as a synonym for `try-starttls' and `network-only' as a synonym.