emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#766395: emacs/gnus: Uses s_client to for SSL.


From: Rob Browning
Subject: Re: Bug#766395: emacs/gnus: Uses s_client to for SSL.
Date: Thu, 23 Oct 2014 10:57:17 -0500
User-agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu)

Ted Zlatanov <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]