summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf-getput-crypto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* avoid BIGNUM in KRL code by using a simple bitmap;djm2015-01-141-16/+2
* apparently memcpy(x, NULL, 0) is undefined behaviour according todjm2015-01-121-2/+3
* The ssh_get_bignum functions must accept the same range of bignumsnaddy2014-06-181-4/+6
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-0/+227