From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71837 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.gnus.general Subject: Re: STARTTLS support Date: Sun, 26 Sep 2010 22:53:13 +0800 Organization: cyberhut.org Message-ID: References: <87ocbo4e4c.fsf@gmail.com> <87mxr7z8hp.fsf@gmail.com> <844odf5ap0.fsf@davestoy.home> <87fwwx2fl9.fsf@lifelogs.com> <87bp7k3dgl.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285514434 11742 80.91.229.12 (26 Sep 2010 15:20:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 15:20:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20210@lists.math.uh.edu Sun Sep 26 17:20:33 2010 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.69) (envelope-from ) id 1Ozt1i-0000x3-Ig for ding-account@gmane.org; Sun, 26 Sep 2010 17:20:31 +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 1Ozt1Y-0006nh-3p; Sun, 26 Sep 2010 10:20:20 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ozt1W-0006nS-CV for ding@lists.math.uh.edu; Sun, 26 Sep 2010 10:20:18 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Ozt1V-0000ko-4W for ding@lists.math.uh.edu; Sun, 26 Sep 2010 10:20:18 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Ozt1U-00005N-00 for ; Sun, 26 Sep 2010 17:20:16 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ozt1T-0000p2-M1 for ding@gnus.org; Sun, 26 Sep 2010 17:20:15 +0200 Original-Received: from 58.217.151.123 ([58.217.151.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 17:20:15 +0200 Original-Received: from chenggao by 58.217.151.123 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 17:20:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 58.217.151.123 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (darwin) Cancel-Lock: sha1:4HCtioGIz2znH8mOOsqyHz5PSIc= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71837 Archived-At: *On Sun, 26 Sep 2010 07:18:34 -0500 * Also sprach Ted Zlatanov : > On Sun, 26 Sep 2010 15:17:55 +0800 CHENG Gao wrote: > > CG> I just pulled and built. I confirm it works, just I need to input login > CG> info to connect to imap servers. Should I set some variables to make it > CG> use .authinfo(.gpg)? > > Wait, what? gnutls.el's version of `starttls-open-stream' and > `open-ssl-stream' work for you? Are you sure you're not using the > regular ssl.el and starttls.el? Follow the instructions in my e-mail to > emacs-devel to be sure you're testing the right things. Those functions > were failing for me last night at the handshake stage. > > Ted I am not sure but I suppose so. I use same gnus settings and same .authinfo.gpg. Before your gnutls source is pulled, I need not input my login info to access my imap servers. But now I have to input login info for each server. So I suppose Gnus is using your new gnutls code. But I am not 100% sure.