]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: move check_host_cert() from sshconnect,c to sshkey.c and
authordjm@openbsd.org <djm@openbsd.org>
Tue, 26 Jan 2021 00:49:30 +0000 (00:49 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 26 Jan 2021 01:21:48 +0000 (12:21 +1100)
commit3b44f2513cae89c920e8fe927b9bc910a1c8c65a
treec67b9a8583b9795bec5a5dd56f7a8556c8da2d5e
parent1fe16fd61bb53944ec510882acc0491abd66ff76
upstream: move check_host_cert() from sshconnect,c to sshkey.c and

refactor it to make it more generally usable and testable.

ok markus@

OpenBSD-Commit-ID: 536f489f5ff38808c1fa711ba58d4579b636f9e4
auth2-hostbased.c
auth2-pubkey.c
hostfile.c
sshconnect.c
sshkey.c
sshkey.h
sshsig.c