git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5.1 0/8] redo ssh-signing-key-lifetime topic
@ 2021-12-08 23:43 Junio C Hamano
  2021-12-08 23:43 ` [PATCH v5.1 1/8] t/fmt-merge-msg: make gpg/ssh tests more specific Junio C Hamano
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Junio C Hamano @ 2021-12-08 23:43 UTC (permalink / raw)
  To: git

So, here is a quick attempt to move the fixes to the existing tests
to the front as a preliminary clean-up as [1/8], and stop step [7/8]
(used to be [6/8]) from copying the mistake we already cleaned in
[1/8] from the beginning.

No other changes intended, although I think I fixed a typo in the
proposed log message in [1/8] (the early half of the old [8/8]).

Fabian Stelzer (8):
  t/fmt-merge-msg: make gpg/ssh tests more specific
  ssh signing: use sigc struct to pass payload
  ssh signing: add key lifetime test prereqs
  ssh signing: make verify-commit consider key lifetime
  ssh signing: make git log verify key lifetime
  ssh signing: make verify-tag consider key lifetime
  ssh signing: make fmt-merge-msg consider key lifetime
  ssh signing: verify ssh-keygen in test prereq

 Documentation/config/gpg.txt     |  5 ++
 builtin/receive-pack.c           |  6 ++-
 commit.c                         |  6 ++-
 fmt-merge-msg.c                  |  5 +-
 gpg-interface.c                  | 90 +++++++++++++++++++++++++-------
 gpg-interface.h                  | 15 ++++--
 log-tree.c                       | 10 ++--
 t/lib-gpg.sh                     | 62 ++++++++++++++++++----
 t/t4202-log.sh                   | 43 +++++++++++++++
 t/t6200-fmt-merge-msg.sh         | 67 ++++++++++++++++++++++--
 t/t7031-verify-tag-signed-ssh.sh | 42 +++++++++++++++
 t/t7528-signed-commit-ssh.sh     | 42 +++++++++++++++
 tag.c                            |  5 +-
 13 files changed, 350 insertions(+), 48 deletions(-)

-- 
2.34.1-365-gae484d3562


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

end of thread, other threads:[~2021-12-08 23:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08 23:43 [PATCH v5.1 0/8] redo ssh-signing-key-lifetime topic Junio C Hamano
2021-12-08 23:43 ` [PATCH v5.1 1/8] t/fmt-merge-msg: make gpg/ssh tests more specific Junio C Hamano
2021-12-08 23:43 ` [PATCH v5.1 2/8] ssh signing: use sigc struct to pass payload Junio C Hamano
2021-12-08 23:43 ` [PATCH v5.1 3/8] ssh signing: add key lifetime test prereqs Junio C Hamano
2021-12-08 23:43 ` [PATCH v5.1 4/8] ssh signing: make verify-commit consider key lifetime Junio C Hamano
2021-12-08 23:43 ` [PATCH v5.1 5/8] ssh signing: make git log verify " Junio C Hamano
2021-12-08 23:43 ` [PATCH v5.1 6/8] ssh signing: make verify-tag consider " Junio C Hamano
2021-12-08 23:43 ` [PATCH v5.1 7/8] ssh signing: make fmt-merge-msg " Junio C Hamano
2021-12-08 23:43 ` [PATCH v5.1 8/8] ssh signing: verify ssh-keygen in test prereq Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).