Age | Commit message (Expand) | Author |
---|---|---|
2019-01-21 | rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamed | Damien Miller |
2019-01-21 | pass values used in KEX hash computation as sshbuf rather than | Damien Miller |
2019-01-21 | use KEM API for vanilla ECDH | Damien Miller |
2018-12-27 | move client/server SSH-* banners to buffers under ssh->kex and factor | Damien Miller |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | 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-09-09 | ECDH/ECDSA compliance fix: these methods vary the hash function they use | Damien Miller |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |