summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/bufbn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove legacy buffer API emulation layer; ok djm@markus2018-07-091-64/+0
* remove SSHv1 support from packet and buffer APIsdjm2017-04-301-38/+1
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-168/+42
* off by one in range checkdjm2014-02-271-2/+2
* fix unsigned overflow that could lead to reading a short ssh protocoldjm2014-02-271-1/+6
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-3/+3
* Include stdlib.h for free() as per the man page.dtucker2013-11-081-1/+2
* bye, bye xfree(); ok markus@djm2013-05-171-9/+9
* memory leak on error path; from arnaud.lacombe.1 AT ulaval.cadjm2007-06-021-2/+4
* typos in comments; ok jmc@stevesk2007-02-141-4/+4
* add missing checks for openssl return codes; with & ok djm@markus2006-11-061-3/+9
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+4
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+4
* Move Buffer bignum functions into their own file, bufbn.c. This means thatdtucker2006-04-181-0/+209