summaryrefslogtreecommitdiffstats
path: root/sshconnect2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstream: remove duplicate check; GHPR392 from Pedro Martellettodjm@openbsd.org2024-10-181-5/+3
* upstream: pull post-quantum ML-KEM/x25519 key exchange out fromdjm@openbsd.org2024-09-091-3/+1
* upstream: Add experimental support for hybrid post-quantum key exchangedjm@openbsd.org2024-09-021-1/+4
* upstream: remove externs for removed vars; ok djm@jsg@openbsd.org2024-05-221-3/+1
* upstream: remove ext-info-* in the kex.c code, not in callers;djm@openbsd.org2024-01-081-15/+6
* upstream: add "ext-info-in-auth@openssh.com" extensiondjm@openbsd.org2023-12-181-15/+35
* upstream: implement "strict key exchange" in ssh and sshddjm@openbsd.org2023-12-181-9/+3
* upstream: when invoking KnownHostsCommand to determine the order ofdjm@openbsd.org2023-12-131-2/+2
* upstream: release GSS OIDs only at end of authentication; bz2982,djm@openbsd.org2023-10-121-4/+9
* upstream: remove unnecessary if statement.dtucker@openbsd.org2023-08-011-7/+5
* upstream: Re-split the merge of the reorder-hostkeys test.dtucker@openbsd.org2023-03-091-10/+13
* upstream: Delete obsolete /* ARGSUSED */ lint comments.guenther@openbsd.org2023-03-081-13/+1
* upstream: Refactor creation of KEX proposal.dtucker@openbsd.org2023-03-061-41/+24
* upstream: Check return value from fctnl and warn on failure.dtucker@openbsd.org2023-03-031-2/+3
* upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The codedtucker@openbsd.org2023-02-171-17/+3
* upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org2022-09-171-1/+19
* upstream: attemp FIDO key signing without PIN and use the errordjm@openbsd.org2022-08-191-22/+20
* upstream: Don't leak the strings allocated by order_hostkeyalgs()dtucker@openbsd.org2022-07-011-6/+10
* upstream: Roll back previous KEX changes as they aren't safe untildtucker@openbsd.org2022-06-271-6/+4
* upstream: Don't leak the strings allocated by order_hostkeyalgs()dtucker@openbsd.org2022-06-271-4/+6
* upstream: mark const string array contents const too, i.e. staticdjm@openbsd.org2022-02-021-2/+2
* upstream: allow hostbased auth to select RSA keys when onlydjm@openbsd.org2022-01-061-4/+5
* upstream: PubkeyAuthentication=yes|no|unbound|host-bounddjm@openbsd.org2021-12-191-4/+8
* upstream: client side of host-bound pubkey authenticationdjm@openbsd.org2021-12-191-4/+15
* upstream: ssh client side of bindingdjm@openbsd.org2021-12-191-12/+35
* upstream: note successful authentication method in final "Authenticateddjm@openbsd.org2021-07-231-3/+11
* Sync remaining ChallengeResponse removal.Darren Tucker2021-07-031-3/+1
* upstream: fix debug message when finding a private key to match adjm@openbsd.org2021-06-071-3/+3
* upstream: Client-side workaround for a bug in OpenSSH 7.4: this releasedjm@openbsd.org2021-06-061-2/+11
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-3/+3
* upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org2021-01-271-15/+9
* upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org2021-01-271-14/+14
* upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org2021-01-261-3/+3
* upstream: make ssh hostbased authentication send the signaturedjm@openbsd.org2021-01-251-3/+3
* upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org2021-01-221-11/+11
* upstream: If a signature operation on a FIDO key fails with adjm@openbsd.org2021-01-081-3/+12
* upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org2020-12-291-2/+2
* upstream: add a ssh_config KnownHostsCommand that allows the clientdjm@openbsd.org2020-12-221-2/+7
* upstream: plumb ssh_conn_info through to sshconnect.c; feedback/okdjm@openbsd.org2020-12-211-7/+12
* upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*djm@openbsd.org2020-12-211-5/+6
* upstream: scrub keyboard-interactive authentication prompts comingdjm@openbsd.org2020-11-131-3/+5
* upstream: prefix keyboard interactive prompts with (user@host) todjm@openbsd.org2020-11-131-7/+12
* upstream: when requesting a security key touch on stderr, inform thedjm@openbsd.org2020-11-081-2/+2
* upstream: print reason in fatal error message whendjm@openbsd.org2020-11-041-4/+4
* upstream: whitespace; no code changedjm@openbsd.org2020-10-291-3/+3
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-117/+101
* upstream: use do_log2 instead of function pointers to different logdjm@openbsd.org2020-10-161-3/+4
* upstream: revert kex->flags cert hostkey downgrade back to a plaindjm@openbsd.org2020-10-071-7/+2
* upstream: when ordering host key algorithms in the client, considerdjm@openbsd.org2020-10-071-3/+5
* upstream: record when the host key checking code downgrades adjm@openbsd.org2020-10-031-2/+7