From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id DfVmMzSA+F4gIwAA0tVLHw (envelope-from ) for ; Sun, 28 Jun 2020 11:34:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QKS1LjSA+F4TQwAA1q6Kng (envelope-from ) for ; Sun, 28 Jun 2020 11:34:12 +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 6EFB9940308 for ; Sun, 28 Jun 2020 11:34:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 840856DE0F42; Sun, 28 Jun 2020 04:34:05 -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 C9B25JGz0DLd; Sun, 28 Jun 2020 04:34:03 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 284C66DE024E; Sun, 28 Jun 2020 04:34:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C44066DE024E for ; Sun, 28 Jun 2020 04:33:59 -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 t0LLorkKWMNi for ; Sun, 28 Jun 2020 04:33:58 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTP id BFED76DE018C for ; Sun, 28 Jun 2020 04:33:58 -0700 (PDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 139FD61417; Sun, 28 Jun 2020 07:33:56 -0400 (EDT) Received: (nullmailer pid 535864 invoked by uid 1000); Sun, 28 Jun 2020 11:33:42 -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: <87v9jlspv6.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> <87v9jlspv6.fsf@tethera.net> Date: Sun, 28 Jun 2020 08:33:42 -0300 Message-ID: <87ftafo25l.fsf@zancas> 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: 0.99 X-TUID: P47TKCI+ypAp David Bremner writes: > 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 > I dug a bit further down, and this is what is returned from gpgme (line 345 in g_mime_gpgme_get_signatures) sig = {next = 0x0, summary = GPGME_SIGSUM_KEY_MISSING, fpr = 0x4ac480 "5AEAB11F5E33DCE875DDB75B6D92612D94E46381", status = 9, notations = 0x0, timestamp = 1559167762, exp_timestamp = 0, wrong_key_usage = 0, pka_trust = 0, chain_model = 0, is_de_vs = 0, _unused = 0, validity = GPGME_VALIDITY_UNKNOWN, validity_reason = 0, pubkey_algo = GPGME_PK_RSA, hash_algo = GPGME_MD_SHA256, pka_address = 0x0, key = 0x0} At this point I'm leaning towards declaring it a gpgme problem in fedora32, and suggesting that relevant distros mark the test broken. I am of course open to more informed opinions. d