From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65250 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: [Patch] Make tls.el support certificate verification Date: Tue, 25 Sep 2007 16:42:54 +0200 Message-ID: <87ps063ixd.fsf@mocca.josefsson.org> References: <877imqtdhb.fsf@denkblock.local> <87zlzc35bh.fsf@mocca.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190731394 10923 80.91.229.12 (25 Sep 2007 14:43:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2007 14:43:14 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Elias Oltmanns Original-X-From: ding-owner+M13762@lists.math.uh.edu Tue Sep 25 16:43:09 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1IaBcz-0001qG-8i for ding-account@gmane.org; Tue, 25 Sep 2007 16:43:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1IaBcv-0003s9-BO; Tue, 25 Sep 2007 09:43:05 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IaBct-0003rq-Tx for ding@lists.math.uh.edu; Tue, 25 Sep 2007 09:43:03 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1IaBco-0002Bf-2v for ding@lists.math.uh.edu; Tue, 25 Sep 2007 09:43:03 -0500 Original-Received: from yxa.extundo.com ([83.241.177.38]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1IaBcf-0004Hz-00 for ; Tue, 25 Sep 2007 16:42:49 +0200 Original-Received: from mocca.josefsson.org (yxa.extundo.com [83.241.177.38]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l8PEgroE012967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 Sep 2007 16:42:53 +0200 OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:070925:eo@nebensachen.de::AN/9o3OdOTHoN/Op:4hE2 X-Hashcash: 1:22:070925:emacs-devel@gnu.org::ToHy+J90o7Z1RIXQ:2ePp X-Hashcash: 1:22:070925:ding@gnus.org::4dLYuimLrlqnh4hW:MiIh In-Reply-To: (Reiner Steib's message of "Mon, 24 Sep 2007 18:27:01 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Spam-Status: No, score=-0.0 required=4.0 tests=SPF_PASS autolearn=disabled version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on yxa-iv X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65250 gmane.emacs.devel:79807 Archived-At: Reiner Steib writes: > On Mon, Sep 24 2007, Simon Josefsson wrote: > >> I think it should be installed in both CVS's, although perhaps >> tls.el should be removed from the Gnus repository. Others on the >> ding list, which Emacs version does Gnus in CVS require? > > See (info "(gnus)Emacsen") or... > > ,----[ (info "(gnus-coding)Gnus Coding Style") ] > | 1.2 Compatibility > | ================= > | > | No Gnus and Gnus 5.10.10 and up should work on: > | * Emacs 21.1 and up. > | > | * XEmacs 21.4 and up. > | > | Gnus 5.10.8 and below should work on: > | * Emacs 20.7 and up. > | > | * XEmacs 21.1 and up. > `---- > >> If that emacs version has tls.el, I'm not sure it makes sense to >> keep tls.el in the Gnus repository. > > Emacs 21 doesn't have it, so I think we should keep it. Right, thanks. Let's wait for copyright papers and then apply the patch in both CVS's. /Simon