aboutsummaryrefslogtreecommitdiff
path: root/src/dh-gex.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-22dh-gex: Fix memory leak in DH GEX with OpenSSLAnderson Toshiyuki Sasaki1-0/+6
2019-04-29dh-gex: Verify received primes in FIPS mode to match one of the known groupsJakub Jelen1-0/+14
2019-04-29dh-gex: Fall back to known primes when the moduli file is not readableJakub Jelen1-1/+1
2019-04-15dh-gex: Add error check for ssh_packet_client_dhgex_group()Andreas Schneider1-0/+3
2019-04-04dh: Confine DH KEX keys handling into fewer functionsSimo Sorce1-32/+55
2019-04-04dh: Rename variables for DH key exchangeSimo Sorce1-26/+19
2019-01-30dh-gex: fix double-ssh_dh_init_common memory leakJon Simons1-6/+0
2019-01-30dh-gex: fix moduli file stream leakJon Simons1-0/+1
2019-01-26dh-gex: Add error check for ssh_packet_send() in ssh_packet_server_dhgex_requestAndreas Schneider1-0/+3
2019-01-24dh-gex: Add server implementationAris Adamantiadis1-16/+145
2019-01-24wrapper: Move dh cleanup into dh.cAris Adamantiadis1-3/+3
2019-01-24dh-gex: Add support for moduli file parsingAris Adamantiadis1-0/+252
2019-01-24dh-gex: Add client implementationAris Adamantiadis1-0/+254