summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf.h
AgeCommit message (Expand)Author
2020-06-22support for RFC4648 base64url encoding; ok markusDamien Miller
2020-06-05make sshbuf_dump() args constDamien Miller
2020-04-26Fix comment typo. Patch from mforney at mforney.org.Darren Tucker
2020-03-13spelling errors in comments; no code changeDamien Miller
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller
2019-09-06fixes for !WITH_OPENSSL compilation; ok dtucker@Damien Miller
2019-07-30let sshbuf_find/cmp take a void* for the search/comparisonDamien Miller
2019-07-16remove mostly vestigal uuencode.[ch]; moving the only uniqueDamien Miller
2019-07-15two more bounds-checking sshbuf counterparts to common stringDamien Miller
2019-07-14add some functions to perform random-access read/write operationsDamien Miller
2019-01-21Make sshpkt_get_bignum2() allocate the bignum it is parsing ratherDamien Miller
2019-01-21remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functionsDamien Miller
2018-07-09remove legacy buffer API emulation layer; ok djm@Markus Friedl
2018-04-10lots of typos in comments/docs. Patch from Karsten Weiss after checkingDamien Miller
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