aboutsummaryrefslogtreecommitdiff
path: root/src/ecdh.c
AgeCommit message (Collapse)AuthorFilesLines
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
Thanks to Tom Judge for the report.
2012-02-04ecdh: Fix a memory leak in ssh_server_ecdh_init().Andreas Schneider1-0/+1
Thanks to Tom Judge for the report.
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
Works with openssl Still requires work for libgcrypt and other modes