aboutsummaryrefslogtreecommitdiff
path: root/src/ecdh_gcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-24kex: use runtime callbacks (server)Aris Adamantiadis1-3/+11
2019-01-24kex: use runtime callbacks (client)Aris Adamantiadis1-0/+4
2018-11-21gcrypt: Bugfix for very slow ecdhAris Adamantiadis1-1/+1
2018-06-27ecdh: fix SSH_MSG_KEXDH_REPLY for libgcryptJon Simons1-1/+10
2017-10-29ecdh: fix build for old libgcryptJon Simons1-2/+2
2017-08-24ecdh: enable ecdh_sha2_nistp{384,521} kex methodsJon Simons1-6/+53
2016-11-03ecdh: Implement ECDH using libgcryptJustus Winter1-0/+328