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 08:58:18 +0200 Message-ID: <83wonj1th1.fsf@gnu.org> References: <831s5v3s9w.fsf@gnu.org> <83zhsj2arw.fsf@gnu.org> <838t0034bh.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1546671434 2867 195.159.176.226 (5 Jan 2019 06:57:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2019 06:57:14 +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 07:57:10 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gfftJ-0000Qk-OZ for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2019 07:57:05 +0100 Original-Received: from localhost ([127.0.0.1]:33663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gffvQ-00074a-FH for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2019 01:59:16 -0500 Original-Received: from eggsout.gnu.org ([209.51.188.92]:45005 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gffuu-00074U-1Y for emacs-devel@gnu.org; Sat, 05 Jan 2019 01:58:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gffup-0001ur-3B for emacs-devel@gnu.org; Sat, 05 Jan 2019 01:58:43 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gffup-0001ul-0N; Sat, 05 Jan 2019 01:58:39 -0500 Original-Received: from [176.228.60.248] (port=1966 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gffuo-0008IG-KF; Sat, 05 Jan 2019 01:58:38 -0500 In-reply-to: (message from Robert Pluim on Fri, 04 Jan 2019 23:29:17 +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:232185 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Fri, 04 Jan 2019 23:29:17 +0100 > > (defcustom network-stream-use-client-certificates > "Whether to use client certificates for network connections. > > 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? > Set to nil to disable this lookup globally. To disable on a > per-connection basis specify ':client-certificate nil' when > calling `open-network-stream'. Sounds OK to me, provided we announce this in NEWS. > (Now to find which custom group this goes in...) You could make a new group, say, 'network'. Thanks.