summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf-getput-crypto.c
AgeCommit message (Expand)Author
2016-01-12use explicit_bzero() more liberally in the buffer code; ok deraadtDamien Miller
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2015-01-12apparently memcpy(x, NULL, 0) is undefined behaviour according toDamien Miller
2014-06-18The ssh_get_bignum functions must accept the same range of bignumsChristian Weisgerber
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller