summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/kexecdh.c
AgeCommit message (Expand)Author
2019-01-21rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamedDamien Miller
2019-01-21pass values used in KEX hash computation as sshbuf rather thanDamien Miller
2019-01-21use KEM API for vanilla ECDHDamien Miller
2018-12-27move client/server SSH-* banners to buffers under ssh->kex and factorDamien Miller
2015-01-19adapt kex to sshbuf and struct ssh; ok djm@Markus Friedl
2014-01-09Introduce digest API and use it to perform all hashing operationsDamien Miller
2013-04-19add the ability to query supported ciphers, MACs, key type and KEXDamien Miller
2010-09-22add a KexAlgorithms knob to the client and server configuration to allowDamien Miller
2010-09-09ECDH/ECDSA compliance fix: these methods vary the hash function they useDamien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller