index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshconnect2.c
Age
Commit message (
Expand
)
Author
2023-03-09
Re-split the merge of the reorder-hostkeys test.
Darren Tucker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-06
Refactor creation of KEX proposal.
Darren Tucker
2023-03-03
Check return value from fctnl and warn on failure. Spotted by Coverity,
Darren Tucker
2023-02-17
Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this
Darren Tucker
2022-09-17
add a RequiredRSASize for checking RSA key length in ssh(1).
Damien Miller
2022-08-19
attemp FIDO key signing without PIN and use the error code returned
Damien Miller
2022-07-01
Don't leak the strings allocated by order_hostkeyalgs() and
Darren Tucker
2022-06-24
Roll back previous KEX changes as they aren't safe until
Darren Tucker
2022-06-24
Don't leak the strings allocated by order_hostkeyalgs() and
Darren Tucker
2022-02-01
mark const string array contents const too, i.e.
Damien Miller
2022-01-06
allow hostbased auth to select RSA keys when only RSA/SHA2 are
Damien Miller
2021-12-19
PubkeyAuthentication=yes|no|unbound|host-bound
Damien Miller
2021-12-19
client side of host-bound pubkey authentication
Damien Miller
2021-12-19
ssh client side of binding
Damien Miller
2021-07-23
note successful authentication method in final "Authenticated to ..."
Damien Miller
2021-07-02
Remove references to ChallengeResponseAuthentication in favour of
Darren Tucker
2021-06-07
fix debug message when finding a private key to match a certificate
Damien Miller
2021-06-06
Client-side workaround for a bug in OpenSSH 7.4: this release allows
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2021-01-27
remove global variable used to stash compat flags and use the
Damien Miller
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-25
make ssh hostbased authentication send the signature algorithm in
Damien Miller
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2021-01-08
If a signature operation on a FIDO key fails with a "incorrect PIN"
Damien Miller
2020-12-29
Update/replace the experimental post-quantim hybrid key exchange
Damien Miller
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
Damien Miller
2020-12-20
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
Damien Miller
2020-12-20
load_hostkeys()/hostkeys_foreach() variants for FILE*
Damien Miller
2020-11-13
scrub keyboard-interactive authentication prompts coming from the
Damien Miller
2020-11-13
prefix keyboard interactive prompts with (user@host) to make it easier
Damien Miller
2020-11-08
when requesting a security key touch on stderr, inform the user once
Damien Miller
2020-10-30
print reason in fatal error message when kex_assemble_namelist() fails
Damien Miller
2020-10-29
whitespace; no code change
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-16
use do_log2 instead of function pointers to different log functions
Damien Miller
2020-10-07
revert kex->flags cert hostkey downgrade back to a plain key
Damien Miller
2020-10-04
when ordering host key algorithms in the client, consider the ECDSA
Damien Miller
2020-10-03
record when the host key checking code downgrades a certificate host
Damien Miller
2020-09-18
tweak the client hostkey preference ordering algorithm to prefer the
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-06-27
Replace TAILQ concatenation loops with TAILQ_CONCAT
bket
2020-06-05
wrap long line
Damien Miller
2020-05-13
when ordering the hostkey algorithms to request from a server,
Damien Miller
2020-04-17
fix reversed test that caused IdentitiesOnly=yes to not apply to keys
Damien Miller
2020-02-06
When using HostkeyAlgorithms to merely append or remove algorithms
Damien Miller
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
[next]