From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6909BC56202 for ; Fri, 20 Nov 2020 21:27:50 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 2A45D2240B; Fri, 20 Nov 2020 21:27:50 +0000 (UTC) Received: from [192.168.1.64] (unknown [89.36.78.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C01172240A; Fri, 20 Nov 2020 21:27:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1605907670; bh=yqM8Da1rp8C22BqwuNSPgifpl1vYeWuan1lGf+Bwjdg=; h=From:List-Id:To:Cc:Subject:Date:From; b=MtOo4Ym11KiSvf4OyE/gjJfdvbQB57wjdgghQM5YvjnEY7XkFMO9CipkRNMjyL2bS jBeAa1umjZUxkdtDsbqtohGD7E8NTSqhS07B6bUazaq1hkXWicnSHzLnDi6NtNPBZD YPZCNh94QwoY8Zw/jAjKKfNN0IlTV0Dz+WLwjV38= From: Konstantin Ryabitsev List-Id: To: signatures@kernel.org Cc: Konstantin Ryabitsev Subject: [PATCH 0/4] b4: Initial DKIM attestation implementation Date: Fri, 20 Nov 2020 16:27:27 -0500 Message-Id: <20201120212731.1645654-1-konstantin@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This implements DKIM attestation and fixes pgp-mode in-header attestation to work again. Konstantin Ryabitsev (4): Add initial support for DKIM attestation Add very simple dkim key caching Fix signature verification for b4 pr Fix in-header attestation code b4/__init__.py | 523 ++++++++++++++++++++++++++++++++++------------- b4/attest.py | 14 +- b4/pr.py | 14 +- requirements.txt | 8 +- 4 files changed, 406 insertions(+), 153 deletions(-) -- 2.26.2