summaryrefslogtreecommitdiffstats
path: root/src/ecdh.c
Commit message (Collapse)AuthorAgeFilesLines
* update copyright informationAris Adamantiadis2014-01-071-1/+1
|
* ecdh: Use bignum_bin2bn.Andreas Schneider2013-11-271-3/+18
|
* 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
| | | | This also adds more checks for return values.
* 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
| | | | Thanks to Tom Judge for the report.
* ecdh: Fix a memory leak in ssh_server_ecdh_init().Andreas Schneider2012-02-041-0/+1
| | | | Thanks to Tom Judge for the report.
* 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
Works with openssl Still requires work for libgcrypt and other modes