summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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