summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* avoid BIGNUM in KRL code by using a simple bitmap;djm2015-01-141-1/+3
| | | | feedback and ok markus
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-2/+5
| | | | | | | | | existing API is offered as a set of wrappers. with and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review a few months ago.
* Group ECC functions together to make things a little easier in -portable.dtucker2014-06-101-4/+4
| | | | "doesn't bother me" deraadt@
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-0/+325
of OpenSSH's internals to make them usable as a standalone library. This includes a set of wrappers to make it compatible with the existing buffer API so replacement can occur incrementally. With and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review.