aboutsummaryrefslogtreecommitdiff
path: root/src/ecdh_crypto.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2019-01-24bignum: harmonize gcrypt, libcrypto and libmcrypt bignumAris Adamantiadis1-8/+6
2019-01-24kex: use runtime callbacks (server)Aris Adamantiadis1-14/+23
2019-01-24kex: use runtime callbacks (client)Aris Adamantiadis1-0/+4
2018-06-27ecdh: fix SSH_MSG_KEXDH_REPLY for libcryptoJon Simons1-1/+10
2017-08-24ecdh: enable ecdh_sha2_nistp{384,521} kex methodsJon Simons1-2/+31
2016-11-03ecdh: Implement ECDH using libgcryptJustus Winter1-0/+298