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.h
Age
Commit message (
Expand
)
Author
2024-09-02
Add experimental support for hybrid post-quantum key exchange
Damien Miller
2024-08-23
As defined in the RFC, the SSH protocol has negotiable compression support
Theo de Raadt
2024-08-22
sntrup761x25519-sha512 now has an IANA codepoint assigned,
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-02-02
whitespace
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-08-28
Introduce a transport-level ping facility
Damien Miller
2023-03-06
Refactor creation of KEX proposal.
Darren Tucker
2022-01-06
Fix signature algorithm selection logic for UpdateHostkeys on the
Damien Miller
2021-12-19
client side of host-bound pubkey authentication
Damien Miller
2021-12-19
Record session ID, host key and sig at intital KEX
Damien Miller
2021-01-31
more strictly enforce KEX state-machine by banning packet types
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2020-12-29
Update/replace the experimental post-quantim hybrid key exchange
Damien Miller
2020-10-07
revert kex->flags cert hostkey downgrade back to a plain key
Damien Miller
2020-10-03
record when the host key checking code downgrades a certificate host
Damien Miller
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
Damien Miller
2019-09-06
remove leakmalloc reference; we used this early when refactoring but
Damien Miller
2019-01-23
pass most arguments to the KEX hash functions as sshbuf rather
Damien Miller
2019-01-21
rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamed
Damien Miller
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
2019-01-21
pass values used in KEX hash computation as sshbuf rather than
Damien Miller
2019-01-21
remove kex_derive_keys_bn wrapper; no unused since the DH-like KEX
Damien Miller
2019-01-21
use KEM API for vanilla ECDH
Damien Miller
2019-01-21
use KEM API for vanilla DH KEX
Damien Miller
2019-01-21
use KEM API for vanilla c25519 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
factor out kex_dh_compute_key() - it's shared between plain DH KEX and
Damien Miller
2019-01-21
factor out DH keygen; it's identical between the client and the server
Damien Miller
2019-01-19
remove last references to active_state
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-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-10
re-remove some pre-auth compression bits
Stefan Fritsch
2018-07-09
remove legacy buffer API emulation layer; ok djm@
Markus Friedl
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
2018-07-03
Improve strictness and control over RSA-SHA2 signature types:
Damien Miller
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
Markus Friedl
2017-05-03
remove miscellaneous SSH1 leftovers; ok markus@
Christian Weisgerber
2016-09-28
put back some pre-auth zlib bits that I shouldn't have removed -
Damien Miller
2016-09-28
restore pre-auth compression support in the client -- the previous
Damien Miller
2016-09-22
missing bit from previous commit
Damien Miller
2016-05-02
add support for additional fixed DH groups from
Damien Miller
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
[next]