Merge branch 'fs/ssh-signing-other-keytypes'
commitee1dc493d10d814ceba1a551d9a185b9da627ad8
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 23:03:16 +0000 (21 15:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 23:03:16 +0000 (21 15:03 -0800)
tree1a32ad2fc46c8f42889d7a75c364aa436047e18a
parentd2f0b7275998ebeaa15e48ce0180c466e1d77ec4
parent3b4b5a793a36d1e92114ff929eb7d15d55d45a96
Merge branch 'fs/ssh-signing-other-keytypes'

The cryptographic signing using ssh keys can specify literal keys
for keytypes whose name do not begin with the "ssh-" prefix by
using the "key::" prefix mechanism (e.g. "key::ecdsa-sha2-nistp256").

* fs/ssh-signing-other-keytypes:
  ssh signing: make sign/amend test more resilient
  ssh signing: support non ssh-* keytypes
gpg-interface.c
t/lib-gpg.sh
t/t7528-signed-commit-ssh.sh