summaryrefslogtreecommitdiffstats
path: root/src/ecdh.c
Commit message (Collapse)AuthorAgeFilesLines
* 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