summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf-misc.c
AgeCommit message (Expand)Author
2022-01-22Add a sshbuf_read() that attempts to read(2) directly in to aDamien Miller
2021-08-11oops, missed one more %pDamien Miller
2020-06-22support for RFC4648 base64url encoding; ok markusDamien Miller
2020-06-05make sshbuf_dump() args constDamien Miller
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2020-01-25tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.cDamien Miller
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller
2019-07-30let sshbuf_find/cmp take a void* for the search/comparisonDamien Miller
2019-07-18fix off-by-one in sshbuf_dtob64() base64 wrapping that could causeDamien 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-07Remove some set but never used variables. ok daraadt@Darren Tucker
2016-05-02fix signed/unsigned errors reported by clang-3.7; addDamien Miller
2015-10-05some more bzero->explicit_bzero, from Michael McConvilleDamien Miller
2015-03-24correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@Markus Friedl
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller