summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf-misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* support for RFC4648 base64url encoding; ok markusdjm2020-06-221-1/+44
* make sshbuf_dump() args constdjm2020-06-051-2/+2
* change explicit_bzero();free() to freezero()jsg2020-02-261-7/+4
* tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.cdjm2020-01-251-10/+5
* factor out reading/writing sshbufs to dedicated functions;djm2020-01-251-5/+10
* let sshbuf_find/cmp take a void* for the search/comparisondjm2019-07-301-4/+3
* fix off-by-one in sshbuf_dtob64() base64 wrapping that could causedjm2019-07-181-2/+2
* remove mostly vestigal uuencode.[ch]; moving the only uniquedjm2019-07-161-11/+46
* two more bounds-checking sshbuf counterparts to common stringdjm2019-07-151-1/+38
* Remove some set but never used variables. ok daraadt@dtucker2019-07-071-3/+2
* fix signed/unsigned errors reported by clang-3.7; adddjm2016-05-021-1/+24
* some more bzero->explicit_bzero, from Michael McConvilledjm2015-10-051-5/+5
* correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@markus2015-03-241-2/+2
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-1/+2
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-5/+11
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-0/+127