]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
authordjm@openbsd.org <djm@openbsd.org>
Wed, 27 Jan 2021 10:05:28 +0000 (10:05 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 27 Jan 2021 10:10:57 +0000 (21:10 +1100)
commit39be3dc209f28f9c1ebfeba42adde8963b01e1cd
treed40c854a19626434deaf3b6e1706517ae234827f
parent4ca6a1fac328477c642329676d6469dba59019a3
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t

and use that instead of global variables containing copies of it. feedback/ok
markus@

OpenBSD-Commit-ID: a4b1b1ca4afd2e37cb9f64f737b30a6a7f96af68
15 files changed:
auth2-gss.c
auth2-hostbased.c
auth2-pubkey.c
auth2.c
clientloop.c
gss-genr.c
kex.c
kex.h
monitor.c
packet.c
serverloop.c
ssh-gss.h
ssh_api.c
sshconnect2.c
sshd.c