All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] b4: Initial DKIM attestation implementation
@ 2020-11-20 21:27 Konstantin Ryabitsev
  2020-11-20 21:27 ` [PATCH 1/4] Add initial support for DKIM attestation Konstantin Ryabitsev
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2020-11-20 21:27 UTC (permalink / raw)
  To: signatures; +Cc: Konstantin Ryabitsev

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-20 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20 21:27 [PATCH 0/4] b4: Initial DKIM attestation implementation Konstantin Ryabitsev
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

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.