summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect2.c
AgeCommit message (Expand)Author
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-06-07fix debug message when finding a private key to match a certificateDamien Miller
2021-06-06Client-side workaround for a bug in OpenSSH 7.4: this release allowsDamien Miller
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and badDamien Miller
2021-01-27make ssh->kex->session_id a sshbuf instead of u_char*/size_t andDamien Miller
2021-01-27remove global variable used to stash compat flags and use theDamien Miller
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-25make ssh hostbased authentication send the signature algorithm inDamien Miller
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
2021-01-08If a signature operation on a FIDO key fails with a "incorrect PIN"Damien Miller
2020-12-29Update/replace the experimental post-quantim hybrid key exchangeDamien Miller
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtainDamien Miller
2020-12-20plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@Damien Miller
2020-12-20load_hostkeys()/hostkeys_foreach() variants for FILE*Damien Miller
2020-11-13scrub keyboard-interactive authentication prompts coming from theDamien Miller
2020-11-13prefix keyboard interactive prompts with (user@host) to make it easierDamien Miller
2020-11-08when requesting a security key touch on stderr, inform the user onceDamien Miller
2020-10-30print reason in fatal error message when kex_assemble_namelist() failsDamien Miller
2020-10-29whitespace; no code changeDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-10-16use do_log2 instead of function pointers to different log functionsDamien Miller
2020-10-07revert kex->flags cert hostkey downgrade back to a plain keyDamien Miller
2020-10-04when ordering host key algorithms in the client, consider the ECDSADamien Miller
2020-10-03record when the host key checking code downgrades a certificate hostDamien Miller
2020-09-18tweak the client hostkey preference ordering algorithm to prefer theDamien Miller
2020-08-27support for user-verified FIDO keysDamien Miller
2020-06-27Replace TAILQ concatenation loops with TAILQ_CONCATbket
2020-06-05wrap long lineDamien Miller
2020-05-13when ordering the hostkey algorithms to request from a server,Damien Miller
2020-04-17fix reversed test that caused IdentitiesOnly=yes to not apply to keysDamien Miller
2020-02-06When using HostkeyAlgorithms to merely append or remove algorithmsDamien Miller
2020-02-06Replace "security key" with "authenticator" in program messages.Christian Weisgerber
2020-01-23Make zlib optional. This adds a "ZLIB" build time option that allowsDarren Tucker
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2020-01-23Remove unsupported algorithms from list of defaults at run time andDarren Tucker
2020-01-21a little more verbosity in sign_and_send_pubkey() debug messagesDamien Miller
2019-11-15close the "touch your security key" notifier on the error path tooDamien Miller
2019-11-13stdarg.h required more broadly; ok djmTheo de Raadt
2019-11-12security keys typically need to be tapped/touched in order to performDamien Miller
2019-11-12enable ed25519 support; ok djmMarkus Friedl
2019-10-31Refactor signing - use sshkey_sign for everything, including the newDamien Miller
2019-10-31ssh client support for U2F/FIDO keysDamien Miller
2019-08-05Remove now-redundant perm_ok arg since sshkey_load_private_type willDarren Tucker
2019-07-07Remove some set but never used variables. ok daraadt@Darren Tucker
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-31fix ssh-keysign fd handling problem introduced in r1.304 caused by a typoDamien Miller
2019-05-15When doing the fork+exec'ing for ssh-keysign, rearrange the socketTheo de Raadt
2019-02-12fix regression in r1.302 reported by naddy@ - only the first publicDamien Miller
2019-02-11cleanup GSSAPI authentication context after completion of theDamien Miller
2019-01-21merge kexkem[cs] into kexgenDamien Miller