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
/
kex.c
Age
Commit message (
Expand
)
Author
2024-08-23
As defined in the RFC, the SSH protocol has negotiable compression support
Theo de Raadt
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-01-08
remove ext-info-* in the kex.c code, not in callers; with/ok markus@
Damien Miller
2023-12-18
add "ext-info-in-auth@openssh.com" extension
Damien Miller
2023-12-18
implement "strict key exchange" in ssh and sshd
Damien Miller
2023-10-11
s/%.100s/%s/ in SSH- banner construction as there's no reason to
Damien Miller
2023-08-28
Introduce a transport-level ping facility
Damien Miller
2023-08-21
Log errors in kex_exchange_identification() with level verbose instead
Tobias Heider
2023-08-18
fix regression in OpenSSH 9.4 (mux.c r1.99) that caused multiplexed
Damien Miller
2023-03-12
Put upper bound on number of entries in SSH2_MSG_EXT_INFO request.
Darren Tucker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-06
Refactor creation of KEX proposal.
Darren Tucker
2023-02-28
fatal out if allocating banner string fails to avoid potential null
Darren Tucker
2023-02-17
Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this
Darren Tucker
2022-11-07
Remove some set but otherwise unused variables, spotted in -portable by
Darren Tucker
2022-02-01
mark const string array contents const too, i.e.
Damien Miller
2022-01-06
Fix signature algorithm selection logic for UpdateHostkeys on the
Damien Miller
2021-12-19
EXT_INFO negotiation of hostbound pubkey auth
Damien Miller
2021-12-19
Record session ID, host key and sig at intital KEX
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-01-31
more strictly enforce KEX state-machine by banning packet types
Damien Miller
2021-01-27
fix leak: was double allocating kex->session_id buffer
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
2020-12-29
Update/replace the experimental post-quantim hybrid key exchange
Damien Miller
2020-12-04
fix minor memleak of kex->hostkey_alg on rekex
Damien Miller
2020-12-04
typos: s/hex/kex/ in error messages
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-07-05
some language improvements; ok markus
Damien Miller
2020-03-13
use sshpkt_fatal() for kex_exchange_identification() errors.
Damien Miller
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2019-10-08
Correct type for end-of-list sentinel; fixes initializer warnings on
Darren Tucker
2019-09-06
Allow prepending a list of algorithms to the default set by starting
Christian Weisgerber
2019-09-06
better error code for bad arguments; inspired by
Damien Miller
2019-09-05
sprinkle in some explicit errors here, otherwise the percolate all
Damien Miller
2019-09-05
only send ext_info for KEX_INITIAL; bz#2929 ok dtucker
Damien Miller
2019-01-21
fix reversed arguments to kex_load_hostkey(); manifested as errors in
Damien Miller
2019-01-21
rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamed
Damien Miller
2019-01-21
remove kex_derive_keys_bn wrapper; no unused since the DH-like KEX
Damien Miller
2019-01-21
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
Damien Miller
2019-01-21
factor out kex_verify_hostkey() - again, duplicated almost exactly
Damien Miller
2019-01-21
factor out kex_load_hostkey() - this is duplicated in both the client and
Damien Miller
2019-01-21
save the derived session id in kex_derive_keys() rather than making each
Damien Miller
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-12-07
only consider the ext-info-c extension during the initial KEX. It shouldn't
Damien Miller
2018-07-09
Revert previous two commits
Stefan Fritsch
2018-07-06
Rename COMP_DELAYED to COMP_ZLIB
Stefan Fritsch
2018-07-06
Remove leftovers from pre-authentication compression
Stefan Fritsch
2018-07-04
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
Damien Miller
[next]