Age | Commit message (Expand) | Author |
---|---|---|
2014-07-03 | forward-declare struct sshbuf so consumers don't need to include sshbuf.h | Damien Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
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-27 | replace openssl HMAC with an implementation based on our ssh_digest_* | Markus Friedl |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |