summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-22support for RFC4648 base64url encoding; ok markusdjm1-1/+3
2020-06-05make sshbuf_dump() args constdjm1-2/+2
2020-04-26Fix comment typo. Patch from mforney at mforney.org.dtucker1-2/+2
2020-03-13spelling errors in comments; no code changedjm1-2/+2
2020-01-25factor out reading/writing sshbufs to dedicated functions;djm1-1/+17
2019-09-06fixes for !WITH_OPENSSL compilation; ok dtucker@djm1-1/+10
2019-07-30let sshbuf_find/cmp take a void* for the search/comparisondjm1-3/+3
2019-07-16remove mostly vestigal uuencode.[ch]; moving the only uniquedjm1-2/+3
2019-07-15two more bounds-checking sshbuf counterparts to common stringdjm1-1/+28
2019-07-14add some functions to perform random-access read/write operationsdjm1-2/+21
2019-01-21Make sshpkt_get_bignum2() allocate the bignum it is parsing ratherdjm1-2/+2
2019-01-21remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functionsdjm1-3/+1
2018-07-09remove legacy buffer API emulation layer; ok djm@markus1-10/+1
2018-04-10lots of typos in comments/docs. Patch from Karsten Weiss after checkingdjm1-2/+2
2017-09-12refactor channels.cdjm1-1/+2
2016-11-25split allocation out of sshbuf_reserve() into a separatedjm1-1/+9
2016-05-02fix signed/unsigned errors reported by clang-3.7; adddjm1-1/+8
2015-12-10Fix a couple "the the" typos. ok dtucker@mmcc1-3/+3
2015-11-11improve PEEK/POKE macros: better casts, don't multiply evaluatedjm1-29/+32
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;djm1-1/+3
2014-06-24New key API: refactor key-related functions to be more library-like,djm1-2/+5
2014-06-10Group ECC functions together to make things a little easier in -portable.dtucker1-4/+4
2014-04-30New buffer API; the first installment of the conversion/replacementdjm1-0/+325