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, 12 Jan 2019 13:16:29 +0200 Message-ID: <83muo6f7n6.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 X-Trace: blaine.gmane.org 1547291987 15677 195.159.176.226 (12 Jan 2019 11:19:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2019 11:19:47 +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 12 12:19:42 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 1giHKH-0003wN-2p for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2019 12:19:41 +0100 Original-Received: from localhost ([127.0.0.1]:47875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giHMO-0005nH-4B for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2019 06:21:52 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giHLY-0005ml-68 for emacs-devel@gnu.org; Sat, 12 Jan 2019 06:21:00 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giHHV-0001YC-GK; Sat, 12 Jan 2019 06:16:50 -0500 Original-Received: from [176.228.60.248] (port=4481 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1giHHU-0001uH-IC; Sat, 12 Jan 2019 06:16:49 -0500 In-reply-to: (message from Robert Pluim on Wed, 09 Jan 2019 22:50:13 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:232319 Archived-At: > From: Robert Pluim > Date: Wed, 09 Jan 2019 22:50:13 +0100 > > Robert Pluim writes: > > >> Sounds OK to me, provided we announce this in NEWS. > > > > Nah, we'll spring it on the users unannounced and see what happens :-) > > Proposed changes, on top of the proposed patch for Bug#33780. Both LGTM, with the minor comments fixed. > +(defcustom network-stream-use-client-certificates t > + "Whether to use client certificates for network connections. Please add a :version tag to this defcustom. > +When non-nil, `open-network-stream' will automatically look for > +matching client certificates (via 'auth-source') for a > +destination server, if it is called without a :client-certificate > +keyword. Default is t. ^^^^^^^^^^^^ No need to state that, as Emacs knows that automatically. Thanks.