summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf-getput-crypto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove most uses of BN_CTXdjm2019-11-151-9/+3
* Make sshpkt_get_bignum2() allocate the bignum it is parsing ratherdjm2019-01-211-4/+13
* remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functionsdjm2019-01-211-49/+1
* use explicit_bzero() more liberally in the buffer code; ok deraadtdjm2016-01-121-6/+6
* 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