From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 583995c: GnuTLS HMAC and symmetric cipher support Date: Mon, 17 Jul 2017 15:27:31 -0400 Message-ID: <2ztw2auan0.fsf@fencepost.gnu.org> References: <20170714150706.13106.18905@vcs0.savannah.gnu.org> <20170714150707.5E9B322DF8@vcs0.savannah.gnu.org> <87eftfdu5g.fsf@lifelogs.com> <7kzic356o4.fsf@fencepost.gnu.org> <34d18yexh0.fsf@fencepost.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1500319788 14104 195.159.176.226 (17 Jul 2017 19:29:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 17 Jul 2017 19:29:48 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Emacs developers To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 17 21:29:41 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dXBi5-00032G-Hu for ged-emacs-devel@m.gmane.org; Mon, 17 Jul 2017 21:29:37 +0200 Original-Received: from localhost ([::1]:52194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXBiA-0006eA-Sz for ged-emacs-devel@m.gmane.org; Mon, 17 Jul 2017 15:29:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXBgD-0005n5-HO for emacs-devel@gnu.org; Mon, 17 Jul 2017 15:27:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dXBgC-0004fP-JZ for emacs-devel@gnu.org; Mon, 17 Jul 2017 15:27:41 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXBg4-0004au-JX; Mon, 17 Jul 2017 15:27:32 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dXBg4-0001Ax-1k; Mon, 17 Jul 2017 15:27:32 -0400 X-Spook: kilo class security Craig Livingstone terrorism SWAT X-Ran: 4x{ZX5i==05:/\kOjo|-<+ZL5S:mw5J!$s/aE[mYkIp\99e7nJr=01t*whv:-'/&_tOS>- X-Hue: blue X-Attribution: GM In-Reply-To: (Noam Postavsky's message of "Mon, 17 Jul 2017 14:45:07 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:216794 Archived-At: Noam Postavsky wrote: > http://hydra.nixos.org/build/56430842, doesn't have a "build > dependencies" tab. > > Although http://hydra.nixos.org/build/56475235 for example, does. Oh, weird. Maybe this information gets garbage-collected fairly rapidly to save space. Just guessing though. After fixing the crash issue, test-gnutls-004-symmetric-ciphers fails with: (error "GnuTLS cipher IDEA-PGP-CFB/encrypt initialization failed: The request is invalid.") BTW I note that gnutls_mac_get_name and gnutls_digest_get_name can also apparently return NULL, and are currently passed to "intern" without checking for this. I don't know if this can actually crash in practice though.