summaryrefslogtreecommitdiffstats
path: root/src/ecdh.c
Commit message (Expand)AuthorAgeFilesLines
* ecdh: Refactor ecdh_build_k to check errors codes.Andreas Schneider2013-08-131-14/+40
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-3/+3
* Server: fix rekeyingAris Adamantiadis2013-07-131-10/+0
* ecdh: Add missing return in ssh_client_ecdh_init().Andreas Schneider2013-06-191-0/+1
* ecdh: Avoid memory leaks in ssh_server_ecdh_init().Andreas Schneider2013-06-191-36/+69
* ecdh: Make sure we don't leak memory in ssh_client_ecdh_init().Andreas Schneider2013-06-181-12/+27
* ecdh: Check return values of buffer_add_* functions.Andreas Schneider2013-06-171-4/+23
* dh: Fix build with DEBUG_CRYPTO.Andreas Schneider2012-02-051-3/+5
* ecdh: Fix a memory leak in ecdh_build_k().Andreas Schneider2012-02-041-5/+9
* ecdh: Fix a memory leak in ssh_server_ecdh_init().Andreas Schneider2012-02-041-0/+1
* Fix bugs found by clangAris Adamantiadis2011-09-231-1/+2
* ECDH key exchange workingAris Adamantiadis2011-09-181-10/+103
* kex: split key selection and sendingAris Adamantiadis2011-09-181-0/+8
* pki: Fix build warnings.Andreas Schneider2011-08-201-0/+1
* Fix memory leakAris Adamantiadis2011-06-131-1/+2
* [crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis2011-06-131-0/+167