From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83650 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: failed decryption on gwene group? Date: Sun, 04 Aug 2013 07:36:39 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k3k1sn5k.fsf@lifelogs.com> References: <87bo5f3p2c.fsf@ericabrahamsen.net> <87txj6stx7.fsf@lifelogs.com> <8761vm42s2.fsf@ericabrahamsen.net> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375616309 2257 80.91.229.3 (4 Aug 2013 11:38:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2013 11:38:29 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31906@lists.math.uh.edu Sun Aug 04 13:38:30 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V5wdn-0007C7-S2 for ding-account@gmane.org; Sun, 04 Aug 2013 13:38:28 +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 1V5wcN-0003jM-VI; Sun, 04 Aug 2013 06:37:00 -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 1V5wcL-0003j9-PD for ding@lists.math.uh.edu; Sun, 04 Aug 2013 06:36:57 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1V5wcK-0006cd-2Q for ding@lists.math.uh.edu; Sun, 04 Aug 2013 06:36:57 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1V5wcI-0007cl-2g for ding@gnus.org; Sun, 04 Aug 2013 13:36:54 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V5wcG-0003Dd-5u for ding@gnus.org; Sun, 04 Aug 2013 13:36:52 +0200 Original-Received: from pool-71-174-195-215.bstnma.east.verizon.net ([71.174.195.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Aug 2013 13:36:52 +0200 Original-Received: from tzz by pool-71-174-195-215.bstnma.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Aug 2013 13:36:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-174-195-215.bstnma.east.verizon.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:mwXvne84NZBJ7TSl6A1R9MCMbEg= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83650 Archived-At: On Sun, 04 Aug 2013 10:18:21 +0800 Eric Abrahamsen wrote: EA> Ted Zlatanov writes: >> >> 3.2.x is ABI-compatible, so we call it with the same function calls as >> any other GnuTLS version. If 3.2.2 has bugs on Arch Linux, they seem >> local because I haven't heard about this problem from anyone else. To >> be sure, simply use the `gnutls-cli' utility. If it fails similarly, >> the problem is not Emacs. EA> Oh, whoops, maybe I actually am using the gnutls-cli utility... At EA> least: EA> starttls-use-gnutls --> t EA> starttls-gnutls-program --> "gnutls-cli" EA> Sorry, should have mentioned that in the first post. What does this EA> mean, then? It's definitely not an emacs thing? If you see the Diffie-Hellman messages, you're probably using the built-in GnuTLS integration. I think the `starttls-use-gnutls' and such are deprecated now. Regardless, to know for sure if GnuTLS 3.2.2 has issues, call its `gnutls-cli' from the command line against your server and port. That will tell you unambiguously. Ted