summaryrefslogtreecommitdiffstats
path: root/src/curve25519.c
Commit message (Expand)AuthorAgeFilesLines
* ec: Fix build on CentOS.Andreas Schneider2014-08-181-0/+1
* buffers: adapt curve25519.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-15/+8
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-1/+1
* curve25519: Fix memory leaks in ssh_server_curve25519_init().Andreas Schneider2013-11-271-20/+23
* curve25519: Do not leak q_s_string.Andreas Schneider2013-11-271-0/+1
* curve25519: Fix a memory leak.Andreas Schneider2013-11-271-1/+1
* ecdh: Use bignum_bin2bn.Andreas Schneider2013-11-271-1/+1
* Fix cast warnings on 64bitsAris Adamantiadis2013-11-041-2/+2
* curve25519: include reference implementationAris Adamantiadis2013-11-031-4/+7
* kex: implement curve25519-sha256@libssh.orgAris Adamantiadis2013-09-271-0/+285