summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-07upstream: make ssh-keysign use the requested signature algorithmdjm@openbsd.org
2022-01-07upstream: stricter UpdateHostkey signature verification logic ondjm@openbsd.org
2022-01-07upstream: Fix signature algorithm selection logic fordjm@openbsd.org
2022-01-07upstream: convert ssh, sshd mainloops from select() to poll();djm@openbsd.org
2022-01-07upstream: prepare for conversion of ssh, sshd mainloop fromdjm@openbsd.org
2022-01-07upstream: add a comment so I don't make this mistake againdjm@openbsd.org
2022-01-07upstream: fix cut-and-pasto in error messagedjm@openbsd.org
2022-01-05upstream: select all RSA hostkey algorithms for UpdateHostkeys tests,djm@openbsd.org
2022-01-05upstream: regress test both sshsig message hash algorithms, possibledjm@openbsd.org
2022-01-05upstream: allow selection of hash at sshsig signing time; codedjm@openbsd.org
2022-01-05upstream: add missing -O option to usage() for ssh-keygen -Y sign;djm@openbsd.org
2022-01-05upstream: move sig_process_opts() to before sig_sign(); nodjm@openbsd.org
2022-01-05upstream: regression test for find-principals NULL deref; from Fabiandjm@openbsd.org
2022-01-05upstream: NULL deref when using find-principals when matching andjm@openbsd.org
2022-01-05upstream: Log command invocation while debugging.dtucker@openbsd.org
2022-01-05Always save config.h as build artifact.Darren Tucker
2022-01-05Add OpenBSD 7.0 target. Retire 6.8.Darren Tucker
2022-01-04upstream: spellingjsg@openbsd.org
2022-01-04upstream: unbreak test: was picking up system ssh-add instead of thedjm@openbsd.org
2022-01-01upstream: fix memleak in process_extension(); oss-fuzz issue #42719djm@openbsd.org
2022-01-01upstream: spelling ok dtucker@jsg@openbsd.org
2021-12-27upstream: split method list search functionality fromdjm@openbsd.org
2021-12-27upstream: sort -H and -h in SYNOPSIS/usage(); tweak the -H text;jmc@openbsd.org
2021-12-23Use SHA.*_HMAC_BLOCK_SIZE if needed.Darren Tucker
2021-12-22remove sys/param.h in -portable, after upstreamDamien Miller
2021-12-20add agent-restrict.sh file, missed in last commitDamien Miller
2021-12-20upstream: regression test for destination restrictions in ssh-agentdjm@openbsd.org
2021-12-20upstream: Make use of ntests variable, pointed out by clang 13.anton@openbsd.org
2021-12-20upstream: sys/param.h cleanup, mostly using MINIMUM() andderaadt@openbsd.org
2021-12-20upstream: document host-bound publickey authenticationdjm@openbsd.org
2021-12-20upstream: document agent protocol extensionsdjm@openbsd.org
2021-12-20upstream: PubkeyAuthentication=yes|no|unbound|host-bounddjm@openbsd.org
2021-12-20upstream: document destination-constrained keysdjm@openbsd.org
2021-12-20upstream: Use hostkey parsed from hostbound userauth requestdjm@openbsd.org
2021-12-20upstream: agent support for parsing hostkey-bound signaturesdjm@openbsd.org
2021-12-20upstream: EXT_INFO negotiation of hostbound pubkey authdjm@openbsd.org
2021-12-20upstream: client side of host-bound pubkey authenticationdjm@openbsd.org
2021-12-20upstream: sshd side of hostbound public key authdjm@openbsd.org
2021-12-20upstream: prepare for multiple names for authmethodsdjm@openbsd.org
2021-12-20upstream: ssh-agent side of destination constraintsdjm@openbsd.org
2021-12-20upstream: ssh-add side of destination constraintsdjm@openbsd.org
2021-12-20upstream: ssh-add side of destination constraintsdjm@openbsd.org
2021-12-20upstream: ssh-agent side of bindingdjm@openbsd.org
2021-12-20upstream: ssh client side of bindingdjm@openbsd.org
2021-12-20upstream: Record session ID, host key and sig at intital KEXdjm@openbsd.org
2021-12-20upstream: better error message for FIDO keys when we can't matchdjm@openbsd.org
2021-12-15Correct value for IPTOS_DSCP_LE.Darren Tucker
2021-12-11Increase timeout for test step.Darren Tucker
2021-12-10Update the list of tests that don't work on Minix.Darren Tucker
2021-12-10Add minix host tuple.Darren Tucker