From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.emacs.devel Subject: Re: Bug#766395: emacs/gnus: Uses s_client to for SSL. Date: Thu, 23 Oct 2014 10:57:17 -0500 Message-ID: <87egtyixsy.fsf@trouble.defaultvalue.org> References: <20141022193441.GA11872@roeckx.be> <87zjcnj2k6.fsf@trouble.defaultvalue.org> <87wq7rj2fl.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414079859 2104 80.91.229.3 (23 Oct 2014 15:57:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2014 15:57:39 +0000 (UTC) Cc: 766397@bugs.debian.org, 766397-forwarded@bugs.debian.org, Kurt Roeckx , emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 23 17:57:31 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhKlX-0002Dg-FM for ged-emacs-devel@m.gmane.org; Thu, 23 Oct 2014 17:57:31 +0200 Original-Received: from localhost ([::1]:40939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhKlX-0007o5-5d for ged-emacs-devel@m.gmane.org; Thu, 23 Oct 2014 11:57:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhKlP-0007lk-Nl for emacs-devel@gnu.org; Thu, 23 Oct 2014 11:57:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhKlL-00047n-CF for emacs-devel@gnu.org; Thu, 23 Oct 2014 11:57:23 -0400 Original-Received: from defaultvalue.org ([70.85.129.156]:35775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhKlL-000476-7h for emacs-devel@gnu.org; Thu, 23 Oct 2014 11:57:19 -0400 Original-Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id 83B0C20009; Thu, 23 Oct 2014 10:57:18 -0500 (CDT) Original-Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id 3D7FB14E1B5; Thu, 23 Oct 2014 10:57:17 -0500 (CDT) In-Reply-To: User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 70.85.129.156 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175734 Archived-At: Ted Zlatanov writes: > could you provide a test case? The information gathered by > `M-x report-emacs-bug' would be really helpful, too. Hmm, I'm not the original reporter, and don't yet deeply understand the relevant issues, but on the surface, the "bug" appears to just ask that Emacs "stop using or mentioning s_client". If that turns out to be a reasonable request, then I'd imagine that the code in imap.el, etc. would need adjustment, i.e. (defcustom imap-ssl-program '("openssl s_client -quiet -ssl3 -connect %s:%p" "openssl s_client -quiet -ssl2 -connect %s:%p" "s_client -quiet -ssl3 -connect %s:%p" "s_client -quiet -ssl2 -connect %s:%p") In any case, I can certainly send you the report-emacs-bug information from my system, but the bug didn't originate there (I don't even have emacs23 installed at the moment). Did you mean for Kurt to send it? And what kind of test did you have in mind? Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4