Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ec: Fix build on CentOS. | Andreas Schneider | 2014-08-18 | 1 | -0/+1 |
* | buffers: adapt curve25519.c to ssh_buffer_(un)pack() | Aris Adamantiadis | 2014-08-06 | 1 | -15/+8 |
* | src: Rename buffer_init to ssh_buffer_init(). | Andreas Schneider | 2014-01-19 | 1 | -1/+1 |
* | curve25519: Fix memory leaks in ssh_server_curve25519_init(). | Andreas Schneider | 2013-11-27 | 1 | -20/+23 |
* | curve25519: Do not leak q_s_string. | Andreas Schneider | 2013-11-27 | 1 | -0/+1 |
* | curve25519: Fix a memory leak. | Andreas Schneider | 2013-11-27 | 1 | -1/+1 |
* | ecdh: Use bignum_bin2bn. | Andreas Schneider | 2013-11-27 | 1 | -1/+1 |
* | Fix cast warnings on 64bits | Aris Adamantiadis | 2013-11-04 | 1 | -2/+2 |
* | curve25519: include reference implementation | Aris Adamantiadis | 2013-11-03 | 1 | -4/+7 |
* | kex: implement curve25519-sha256@libssh.org | Aris Adamantiadis | 2013-09-27 | 1 | -0/+285 |