summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf.h
AgeCommit message (Expand)Author
2017-09-12refactor channels.cDamien Miller
2016-11-25split allocation out of sshbuf_reserve() into a separateDamien Miller
2016-05-02fix signed/unsigned errors reported by clang-3.7; addDamien Miller
2015-12-10Fix a couple "the the" typos. ok dtucker@mmcc
2015-11-11improve PEEK/POKE macros: better casts, don't multiply evaluateDamien Miller
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-06-10Group ECC functions together to make things a little easier in -portable.Darren Tucker
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller