summaryrefslogtreecommitdiff
path: root/sshconnect2.c
Commit message (Expand)AuthorAge
* GSSAPI key exchange supportSimon Wilkinson2023-02-03
* upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org2022-09-17
* upstream: attemp FIDO key signing without PIN and use the errordjm@openbsd.org2022-08-19
* upstream: Don't leak the strings allocated by order_hostkeyalgs()dtucker@openbsd.org2022-07-01
* upstream: Roll back previous KEX changes as they aren't safe untildtucker@openbsd.org2022-06-28
* upstream: Don't leak the strings allocated by order_hostkeyalgs()dtucker@openbsd.org2022-06-28
* upstream: mark const string array contents const too, i.e. staticdjm@openbsd.org2022-02-02
* upstream: allow hostbased auth to select RSA keys when onlydjm@openbsd.org2022-01-07
* upstream: PubkeyAuthentication=yes|no|unbound|host-bounddjm@openbsd.org2021-12-20
* upstream: client side of host-bound pubkey authenticationdjm@openbsd.org2021-12-20
* upstream: ssh client side of bindingdjm@openbsd.org2021-12-20
* upstream: note successful authentication method in final "Authenticateddjm@openbsd.org2021-07-23
* Sync remaining ChallengeResponse removal.Darren Tucker2021-07-03
* upstream: fix debug message when finding a private key to match adjm@openbsd.org2021-06-07
* upstream: Client-side workaround for a bug in OpenSSH 7.4: this releasedjm@openbsd.org2021-06-06
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-03
* upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org2021-01-27
* upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org2021-01-27
* upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org2021-01-26
* upstream: make ssh hostbased authentication send the signaturedjm@openbsd.org2021-01-25
* upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org2021-01-22
* upstream: If a signature operation on a FIDO key fails with adjm@openbsd.org2021-01-08
* upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org2020-12-29
* upstream: add a ssh_config KnownHostsCommand that allows the clientdjm@openbsd.org2020-12-22
* upstream: plumb ssh_conn_info through to sshconnect.c; feedback/okdjm@openbsd.org2020-12-21
* upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*djm@openbsd.org2020-12-21
* upstream: scrub keyboard-interactive authentication prompts comingdjm@openbsd.org2020-11-13
* upstream: prefix keyboard interactive prompts with (user@host) todjm@openbsd.org2020-11-13
* upstream: when requesting a security key touch on stderr, inform thedjm@openbsd.org2020-11-09
* upstream: print reason in fatal error message whendjm@openbsd.org2020-11-04
* upstream: whitespace; no code changedjm@openbsd.org2020-10-29
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-18
* upstream: use do_log2 instead of function pointers to different logdjm@openbsd.org2020-10-17
* upstream: revert kex->flags cert hostkey downgrade back to a plaindjm@openbsd.org2020-10-07
* upstream: when ordering host key algorithms in the client, considerdjm@openbsd.org2020-10-07
* upstream: record when the host key checking code downgrades adjm@openbsd.org2020-10-03
* upstream: tweak the client hostkey preference ordering algorithm todjm@openbsd.org2020-09-18
* upstream: support for user-verified FIDO keysdjm@openbsd.org2020-08-27
* upstream: Replace TAILQ concatenation loops with TAILQ_CONCATbket@openbsd.org2020-07-03
* upstream: wrap long linedjm@openbsd.org2020-06-05
* upstream: when ordering the hostkey algorithms to request from adjm@openbsd.org2020-05-27
* upstream: fix reversed test that caused IdentitiesOnly=yes to notdjm@openbsd.org2020-04-17
* upstream: When using HostkeyAlgorithms to merely append or removedjm@openbsd.org2020-02-07
* upstream: Replace "security key" with "authenticator" in programnaddy@openbsd.org2020-02-07
* upstream: Make zlib optional. This adds a "ZLIB" build time optiondtucker@openbsd.org2020-01-23
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-23
* upstream: Remove unsupported algorithms from list of defaults at rundtucker@openbsd.org2020-01-23
* upstream: a little more verbosity in sign_and_send_pubkey() debugdjm@openbsd.org2020-01-21
* upstream: close the "touch your security key" notifier on the errordjm@openbsd.org2019-11-15
* upstream: stdarg.h required more broadly; ok djmderaadt@openbsd.org2019-11-15