Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid BIGNUM in KRL code by using a simple bitmap; | 2015-01-14 | 1 | -16/+2 | |
| | | | | feedback and ok markus | ||||
* | apparently memcpy(x, NULL, 0) is undefined behaviour according to | 2015-01-12 | 1 | -2/+3 | |
| | | | | | C99 (cf. sections 7.21.1 and 7.1.4), so check skip memcpy calls when length==0; ok markus@ | ||||
* | The ssh_get_bignum functions must accept the same range of bignums | 2014-06-18 | 1 | -4/+6 | |
| | | | | | | the corresponding ssh_put_bignum functions create. This fixes the use of 16384-bit RSA keys (bug reported by Eivind Evensen). ok djm@ | ||||
* | New buffer API; the first installment of the conversion/replacement | 2014-04-30 | 1 | -0/+227 | |
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. |