Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ec: Fix build on CentOS. | Andreas Schneider | 2014-08-18 | 1 | -0/+1 |
* | buffers: adapt ecdh.c to ssh_buffer_(un)pack() | Aris Adamantiadis | 2014-08-06 | 1 | -23/+9 |
* | update copyright information | Aris Adamantiadis | 2014-01-07 | 1 | -1/+1 |
* | ecdh: Use bignum_bin2bn. | Andreas Schneider | 2013-11-27 | 1 | -1/+1 |
* | ecdh: Refactor ecdh_build_k to check errors codes. | Andreas Schneider | 2013-08-13 | 1 | -14/+40 |
* | src: Migrate to SSH_LOG. | Andreas Schneider | 2013-07-14 | 1 | -3/+3 |
* | Server: fix rekeying | Aris Adamantiadis | 2013-07-13 | 1 | -10/+0 |
* | ecdh: Add missing return in ssh_client_ecdh_init(). | Andreas Schneider | 2013-06-19 | 1 | -0/+1 |
* | ecdh: Avoid memory leaks in ssh_server_ecdh_init(). | Andreas Schneider | 2013-06-19 | 1 | -36/+69 |
* | ecdh: Make sure we don't leak memory in ssh_client_ecdh_init(). | Andreas Schneider | 2013-06-18 | 1 | -12/+27 |
* | ecdh: Check return values of buffer_add_* functions. | Andreas Schneider | 2013-06-17 | 1 | -4/+23 |
* | dh: Fix build with DEBUG_CRYPTO. | Andreas Schneider | 2012-02-05 | 1 | -3/+5 |
* | ecdh: Fix a memory leak in ecdh_build_k(). | Andreas Schneider | 2012-02-04 | 1 | -5/+9 |
* | ecdh: Fix a memory leak in ssh_server_ecdh_init(). | Andreas Schneider | 2012-02-04 | 1 | -0/+1 |
* | Fix bugs found by clang | Aris Adamantiadis | 2011-09-23 | 1 | -1/+2 |
* | ECDH key exchange working | Aris Adamantiadis | 2011-09-18 | 1 | -10/+103 |
* | kex: split key selection and sending | Aris Adamantiadis | 2011-09-18 | 1 | -0/+8 |
* | pki: Fix build warnings. | Andreas Schneider | 2011-08-20 | 1 | -0/+1 |
* | Fix memory leak | Aris Adamantiadis | 2011-06-13 | 1 | -1/+2 |
* | [crypto] initial support for ecdh-sha2-nistp256 | Aris Adamantiadis | 2011-06-13 | 1 | -0/+167 |