]> git.ipfire.org Git - thirdparty/git.git/commit - tag.c
ssh signing: make verify-tag consider key lifetime
authorFabian Stelzer <fs@gigacodes.de>
Thu, 9 Dec 2021 08:52:47 +0000 (09:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Dec 2021 21:38:04 +0000 (13:38 -0800)
commitdd3aa418aa109ff3697290ba89b626c3a4b36883
tree9332fef12df65b22a6ffd51c6c1f18a0fb506746
parent4bbf3780ff2c485b1d0781d58b26e01f75dffcc1
ssh signing: make verify-tag consider key lifetime

Set the payload_type for check_signature() when calling verify-tag.
Implements the same tests as for verify-commit.

Signed-off-by: Fabian Stelzer <fs@gigacodes.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7031-verify-tag-signed-ssh.sh
tag.c