From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iMMRGx4v7l6dfAAA0tVLHw (envelope-from ) for ; Sat, 20 Jun 2020 15:45:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id AJzZFh4v7l5hFAAAbx9fmQ (envelope-from ) for ; Sat, 20 Jun 2020 15:45:34 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D22FD940222 for ; Sat, 20 Jun 2020 15:45:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 362196DE13AD; Sat, 20 Jun 2020 08:45:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DvJljo9Mo_5v; Sat, 20 Jun 2020 08:45:25 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 4D38A6DE0F74; Sat, 20 Jun 2020 08:45:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id DB2FB6DE0F74 for ; Sat, 20 Jun 2020 08:45:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A0HLEAGNzlzI for ; Sat, 20 Jun 2020 08:45:21 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTP id AB6006DE0F4F for ; Sat, 20 Jun 2020 08:45:21 -0700 (PDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 7EFE7613A5; Sat, 20 Jun 2020 11:45:19 -0400 (EDT) Received: (nullmailer pid 2111284 invoked by uid 1000); Sat, 20 Jun 2020 15:45:17 -0000 From: David Bremner To: Tomi Ollila , Dan =?utf-8?B?xIxlcm3DoWs=?= , notmuch@notmuchmail.org Subject: Re: crypto test failures on Fedora and OpenSUSE In-Reply-To: <87wo45tfg6.fsf@tethera.net> References: <87sgfp3s92.fsf@tethera.net> <87blm2xoxt.fsf@tethera.net> <87wo47usg0.fsf@tethera.net> <87ftaum4ob.fsf@cgc-instruments.com> <87wo45tfg6.fsf@tethera.net> Date: Sat, 20 Jun 2020 12:45:17 -0300 Message-ID: <87v9jlspv6.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Kahn Gillmor Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -1.01 X-TUID: yognQTAaHY0d I poked at this a bit more in gdb. I don't really know the code well, but it seems like whatever is happening is happening inside gmime. On the other hand both Fedora32 and my current Debian testing are running libgmime 3.2.7 and gpgme 1.13 Looking at the sigstatus output, I think it is just a transcription of what gmime returns. "encstatus": [ { "status": "good" } ], "sigstatus": [ { "status": "error", "keyid": "6D92612D94E46381", "errors": { "key-missing": true } } ], I did notice that node->decrypt_success ends up being true, so it suggests maybe bad reporting by gmime-on-fedora.