From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83647 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: failed decryption on gwene group? Date: Sat, 03 Aug 2013 10:58:12 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87txj6stx7.fsf@lifelogs.com> References: <87bo5f3p2c.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 1375543468 26676 80.91.229.3 (3 Aug 2013 15:24:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Aug 2013 15:24:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31903@lists.math.uh.edu Sat Aug 03 17:24:29 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 1V5dgu-0002S9-1X for ding-account@gmane.org; Sat, 03 Aug 2013 17:24:24 +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 1V5dSA-00007d-6Y; Sat, 03 Aug 2013 10:09:10 -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 1V5dS7-00007L-GA for ding@lists.math.uh.edu; Sat, 03 Aug 2013 10:09:07 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1V5dRn-0001Mu-Re for ding@lists.math.uh.edu; Sat, 03 Aug 2013 10:08:52 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1V5dRl-0003rM-RH for ding@gnus.org; Sat, 03 Aug 2013 17:08:45 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V5dOY-0004uv-Ke for ding@gnus.org; Sat, 03 Aug 2013 17:05:26 +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 ; Sat, 03 Aug 2013 17:05:26 +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 ; Sat, 03 Aug 2013 17:05:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 27 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:Zd4oFq+mAuhN8ipy8GPBTOgwnZA= X-Spam-Score: -3.4 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83647 Archived-At: On Sat, 03 Aug 2013 15:11:00 +0200 Lars Magne Ingebrigtsen wrote: LMI> Eric Abrahamsen writes: >> I sort of doubt this is a gnus problem, but I've seen related >> discussions here, and I don't know where else to post, so... >> >> I'm subscribed to the Hacker News feed via gwene, as >> gwene.com.ycombinator.news. Recently, opening the group has failed like >> so: >> >> gnutls.c: [1] Discarded message[136] due to invalid decryption >> gnutls.c: [0] (Emacs) fatal error: Decryption has failed. LMI> [...] >> I'm on archlinux, running emacs-version "24.3.1" and the arch gnutls >> package is at version 3.2.3-1. LMI> Ted, does Emacs support that gnutls version? 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. Ted