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