From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83413 Path: news.gmane.org!not-for-mail From: david@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.gnus.general Subject: gnutls.c warning Date: Tue, 25 Jun 2013 15:07:08 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372187348 29993 80.91.229.3 (25 Jun 2013 19:09:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 19:09:08 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31673@lists.math.uh.edu Tue Jun 25 21:09:08 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 1UrYby-00030i-HL for ding-account@gmane.org; Tue, 25 Jun 2013 21:09:06 +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 1UrYaL-0001n6-G8; Tue, 25 Jun 2013 14:07:25 -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 1UrYaK-0001mt-7B for ding@lists.math.uh.edu; Tue, 25 Jun 2013 14:07:24 -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 1UrYaI-0006GR-HX for ding@lists.math.uh.edu; Tue, 25 Jun 2013 14:07:23 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UrYaG-0004C8-JJ for ding@gnus.org; Tue, 25 Jun 2013 21:07:20 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UrYaE-0001OQ-Rr for ding@gnus.org; Tue, 25 Jun 2013 21:07:19 +0200 Original-Received: from 169.15.137.27 ([169.15.137.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Jun 2013 21:07:18 +0200 Original-Received: from david by 169.15.137.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Jun 2013 21:07:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 169.15.137.27 User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.3 (cygwin) Cancel-Lock: sha1:uBfX7pmF5GHtLLqkZPLqQbg4QIQ= X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0010 Ham tokens: 0.000-2274--13911h-0s--0d--H*u:Emacs, 0.000-695--4247h-0s--0d--H*u:Gnus, 0.000-490--2994h-0s--0d--H*u:v5.13, 0.000-490--2994h-0s--0d--H*UA:v5.13, 0.000-137--836h-0s--0d--GTK Spam tokens: 0.989-8106--526h-42579s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.989-8106--526h-42579s--0d--H*RU:quimby.gnus.org, 0.989-7751--509h-40745s--0d--HTo:D*gnus.org, 0.986-7960--673h-42581s--0d--HX-Spam-Relays-Internal:quimby.gnus.org, 0.986-7960--673h-42581s--0d--H*RT:80.91.231.51 Autolearn status: no 2.2 FSL_HELO_BARE_IP_2 FSL_HELO_BARE_IP_2 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -1.3 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.91.229.3 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0010] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83413 Archived-At: I keep getting this warning, and can't find any way to turn it off. gnutls.c: [1] Note that the security level of the Diffie-Hellman key exchange has been lowered to 256 bits and this may allow decryption of the session data Is there some setting to say ok, I understand, quit nagging me? I'm using "GNU Emacs 24.3.1 (i686-pc-cygwin, GTK+ Version 3.6.4)" with gnutls-cli version 3.2.0 Dave