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
/
kexecdhc.c
Age
Commit message (
Expand
)
Author
2018-02-07
Remove all guards for calls to OpenSSL free functions - all of these
Joel Sing
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
Markus Friedl
2015-01-26
correctly match ECDSA subtype (== curve) for offered/recevied
Damien Miller
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2015-01-19
update packet.c & isolate, introduce struct ssh
Markus Friedl
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2014-01-12
avoid use of OpenSSL BIGNUM type and functions for KEX with
Damien Miller
2014-01-09
Introduce digest API and use it to perform all hashing operations
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-04-19
add the ability to query supported ciphers, MACs, key type and KEX
Damien Miller
2010-09-22
add a KexAlgorithms knob to the client and server configuration to allow
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller