From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: open-{gnutls,network}-stream backwards compatibility Date: Sat, 05 Jan 2019 10:40:19 +0200 Message-ID: <83r2dr1or0.fsf@gnu.org> References: <831s5v3s9w.fsf@gnu.org> <83zhsj2arw.fsf@gnu.org> <838t0034bh.fsf@gnu.org> <83wonj1th1.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1546677553 8572 195.159.176.226 (5 Jan 2019 08:39:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2019 08:39:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 09:39:08 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from listsout.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gfhU4-000289-NW for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2019 09:39:08 +0100 Original-Received: from localhost ([127.0.0.1]:35781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfhWB-0000fM-3g for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2019 03:41:19 -0500 Original-Received: from eggsout.gnu.org ([209.51.188.92]:39101 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfhVc-0000f6-SQ for emacs-devel@gnu.org; Sat, 05 Jan 2019 03:40:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfhVY-0000Cx-Cg for emacs-devel@gnu.org; Sat, 05 Jan 2019 03:40:44 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfhVX-0000Ch-NV; Sat, 05 Jan 2019 03:40:40 -0500 Original-Received: from [176.228.60.248] (port=4400 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gfhVX-0002MA-Af; Sat, 05 Jan 2019 03:40:39 -0500 In-reply-to: (message from Robert Pluim on Sat, 05 Jan 2019 08:36:38 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:232191 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Sat, 05 Jan 2019 08:36:38 +0100 > > >> If set to the default value t, `open-network-stream' will > >> automatically look for matching client certificates (via > >> 'auth-source') for a destination server, but only if it is called > >> without a :client-certificate keyword. > > > > That "only if" is inaccurate, right? In particular, using non-nil > > :client-certificate attribute will still use client certificates as > > directed, right? > > > > True. How about: > > . It will not override any caller-supplied :client-certificate > specification. I'd just drop the "but only" part. > > You could make a new group, say, 'network'. > > 'network' already exists, but itʼs only got one member. Iʼll put it > there. Thanks.