summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/kexc25519s.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no.dtucker2015-04-271-1/+2
* correctly match ECDSA subtype (== curve) for offered/recevieddjm2015-01-261-3/+5
* fix hostkeys in agent; ok markus@djm2015-01-201-5/+4
* adapt kex to sshbuf and struct ssh; ok djm@markus2015-01-191-50/+81
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-3/+3
* avoid use of OpenSSL BIGNUM type and functions for KEX withdjm2014-01-121-6/+9
* Introduce digest API and use it to perform all hashing operationsdjm2014-01-091-2/+2
* add missing $OpenBSD$ tagsmarkus2013-11-021-0/+1
* use curve25519 for default key exchange (curve25519-sha256@libssh.org);markus2013-11-021-0/+120