summaryrefslogtreecommitdiff
path: root/sshbuf.h
Commit message (Expand)AuthorAgeFilesLines
* upstream: make struct sshbuf privatedjm@openbsd.org2022-12-041-24/+2
* upstream: revert previous; it was broken (spotted by Theo)djm@openbsd.org2022-05-251-9/+8
* upstream: make SSHBUF_DBG/SSHBUF_TELL (off by default and only enableddjm@openbsd.org2022-05-251-8/+9
* upstream: Add a sshbuf_read() that attempts to read(2) directly indjm@openbsd.org2022-01-251-1/+5
* upstream: spellingjsg@openbsd.org2022-01-041-2/+2
* upstream: support for RFC4648 base64url encoding; ok markusdjm@openbsd.org2020-06-221-1/+3
* upstream: make sshbuf_dump() args constdjm@openbsd.org2020-06-051-2/+2
* upstream: Fix comment typo. Patch from mforney at mforney.org.dtucker@openbsd.org2020-05-011-2/+2
* upstream: spelling errors in comments; no code change fromdjm@openbsd.org2020-03-141-2/+2
* upstream: factor out reading/writing sshbufs to dedicateddjm@openbsd.org2020-01-261-1/+17
* upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@djm@openbsd.org2019-09-061-1/+1
* upstream: let sshbuf_find/cmp take a void* for thedjm@openbsd.org2019-07-301-3/+3
* upstream: remove mostly vestigal uuencode.[ch]; moving the only uniquedjm@openbsd.org2019-07-161-2/+3
* upstream: two more bounds-checking sshbuf counterparts to commondjm@openbsd.org2019-07-151-1/+28
* upstream: add some functions to perform random-access read/writedjm@openbsd.org2019-07-151-2/+21
* upstream: Make sshpkt_get_bignum2() allocate the bignum it isdjm@openbsd.org2019-01-211-2/+2
* upstream: remove obsolete (SSH v.1) sshbuf_get/put_bignum1djm@openbsd.org2019-01-211-3/+1
* upstream: remove legacy buffer API emulation layer; ok djm@markus@openbsd.org2018-07-101-10/+1
* upstream: lots of typos in comments/docs. Patch from Karsten Weissdjm@openbsd.org2018-04-101-2/+2
* upstream commitdjm@openbsd.org2017-09-121-1/+2
* upstream commitdjm@openbsd.org2016-11-291-1/+9
* upstream commitdjm@openbsd.org2016-05-021-1/+8
* upstream commitmmcc@openbsd.org2015-12-111-3/+3
* upstream commitdjm@openbsd.org2015-11-161-29/+32
* more --without-opensslDamien Miller2015-01-151-2/+2
* upstream commitdjm@openbsd.org2015-01-151-1/+3
* - (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC.Damien Miller2014-08-191-5/+11
* - djm@cvs.openbsd.org 2014/06/24 01:13:21Damien Miller2014-07-021-2/+5
* - (dtucker) [sshbuf.h] Only declare ECC functions if building withoutDarren Tucker2014-06-111-0/+2
* - dtucker@cvs.openbsd.org 2014/06/10 21:46:11Darren Tucker2014-06-111-4/+4
* - djm@cvs.openbsd.org 2014/04/30 05:29:56Damien Miller2014-05-151-0/+325