Age | Commit message (Expand) | Author |
---|---|---|
2016-05-02 | fix signed/unsigned errors reported by clang-3.7; add | Damien Miller |
2015-03-26 | ban all-zero curve25519 keys as recommended by latest | Damien Miller |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2014-05-02 | revert __bounded change; it causes way more problems for portable than | Damien Miller |
2014-03-26 | use __bounded(...) attribute recently added to sys/cdefs.h instead of | Damien Miller |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
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 | add missing $OpenBSD$ tags | Markus Friedl |
2013-11-02 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); | Markus Friedl |