Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the new variant log macros instead of prepending __func__ and | 2020-10-18 | 1 | -3/+2 | |
| | | | | appending ssh_err(r) manually; ok markus@ | ||||
* | change explicit_bzero();free() to freezero() | 2020-02-26 | 1 | -13/+7 | |
| | | | | | | | | While freezero() returns early if the pointer is NULL the tests for NULL in callers are left to avoid warnings about passing an uninitialised size argument across a function boundry. ok deraadt@ djm@ | ||||
* | make argument == NULL tests more consistent | 2016-04-21 | 1 | -2/+3 | |
| | |||||
* | remove xmalloc, switch to sshbuf | 2015-01-15 | 1 | -5/+3 | |
| | |||||
* | plug a memory leak; from Maxime Villard. | 2014-10-14 | 1 | -3/+5 | |
| | | | | ok djm@ | ||||
* | New key API: refactor key-related functions to be more library-like, | 2014-06-24 | 1 | -84/+100 | |
| | | | | | | | | | 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. | ||||
* | check for unsigned overflow; not reachable in OpenSSH but others might | 2014-02-23 | 1 | -1/+7 | |
| | | | | copy our code... | ||||
* | convert memset of potentially-private data to explicit_bzero() | 2014-02-02 | 1 | -5/+5 | |
| | |||||
* | support ed25519 keys (hostkeys and user identities) using the public domain | 2013-12-06 | 1 | -0/+141 | |
ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html feedback, help & ok djm@ |