summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* support for RFC4648 base64url encoding; ok markusdjm2020-06-221-1/+3
* make sshbuf_dump() args constdjm2020-06-051-2/+2
* Fix comment typo. Patch from mforney at mforney.org.dtucker2020-04-261-2/+2
* spelling errors in comments; no code changedjm2020-03-131-2/+2
* factor out reading/writing sshbufs to dedicated functions;djm2020-01-251-1/+17
* fixes for !WITH_OPENSSL compilation; ok dtucker@djm2019-09-061-1/+10
* let sshbuf_find/cmp take a void* for the search/comparisondjm2019-07-301-3/+3
* remove mostly vestigal uuencode.[ch]; moving the only uniquedjm2019-07-161-2/+3
* two more bounds-checking sshbuf counterparts to common stringdjm2019-07-151-1/+28
* add some functions to perform random-access read/write operationsdjm2019-07-141-2/+21
* Make sshpkt_get_bignum2() allocate the bignum it is parsing ratherdjm2019-01-211-2/+2
* remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functionsdjm2019-01-211-3/+1
* remove legacy buffer API emulation layer; ok djm@markus2018-07-091-10/+1
* lots of typos in comments/docs. Patch from Karsten Weiss after checkingdjm2018-04-101-2/+2
* refactor channels.cdjm2017-09-121-1/+2
* split allocation out of sshbuf_reserve() into a separatedjm2016-11-251-1/+9
* fix signed/unsigned errors reported by clang-3.7; adddjm2016-05-021-1/+8
* Fix a couple "the the" typos. ok dtucker@mmcc2015-12-101-3/+3
* improve PEEK/POKE macros: better casts, don't multiply evaluatedjm2015-11-111-29/+32
* avoid BIGNUM in KRL code by using a simple bitmap;djm2015-01-141-1/+3
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-2/+5
* Group ECC functions together to make things a little easier in -portable.dtucker2014-06-101-4/+4
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-0/+325