aboutsummaryrefslogtreecommitdiff
path: root/src/ecdh_gcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09ecdh_gcrypt: Use SSH_STRING_FREE()Andreas Schneider1-8/+8
2019-11-07server: Use really the negotiated signature typeJakub Jelen1-2/+3
2019-07-30Replace ssh_print_hexa() with ssh_log_hexdump()Anderson Toshiyuki Sasaki1-2/+2
2019-04-04dh: Rename variables for DH key exchangeSimo Sorce1-4/+5
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