All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: signatures@kernel.org
Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Subject: [PATCH 0/4] b4: Initial DKIM attestation implementation
Date: Fri, 20 Nov 2020 16:27:27 -0500	[thread overview]
Message-ID: <20201120212731.1645654-1-konstantin@linuxfoundation.org> (raw)

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



             reply	other threads:[~2020-11-20 21:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-20 21:27 Konstantin Ryabitsev [this message]
2020-11-20 21:27 ` [PATCH 1/4] Add initial support for DKIM attestation Konstantin Ryabitsev
2020-11-20 21:27 ` [PATCH 2/4] Add very simple dkim key caching Konstantin Ryabitsev
2020-11-20 21:27 ` [PATCH 3/4] Fix signature verification for b4 pr Konstantin Ryabitsev
2020-11-20 21:27 ` [PATCH 4/4] Fix in-header attestation code Konstantin Ryabitsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201120212731.1645654-1-konstantin@linuxfoundation.org \
    --to=konstantin@linuxfoundation.org \
    --cc=signatures@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.