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
/
kexecdhs.c
Age
Commit message (
Expand
)
Author
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-01-26
correctly match ECDSA subtype (== curve) for offered/recevied
Damien Miller
2015-01-20
fix hostkeys in agent; ok markus@
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-11-02
no need to include ssh-gss.h
Markus Friedl
2013-11-02
no need to include monitor_wrap.h
Markus Friedl
2013-07-19
add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,
Markus Friedl
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