aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/kex.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-24dh: move unrelated functions out of dh.cAris Adamantiadis1-0/+5
2019-01-09packet: Implement rekeying based on the recommendation from RFC'sJakub Jelen1-0/+2
2018-10-19tests: Verify the hostkey ordering for negotiation is correctJakub Jelen1-0/+1
2018-08-31pki: Allow filtering accepted public key types based on the configurationJakub Jelen1-0/+1
2018-06-29Rest in Peace SSHv1Andreas Schneider1-3/+0
2017-08-24kex: Use ssh_kex_types_e in ssh_verify_existing_algo()Andreas Schneider1-1/+1
2017-08-24ssh_options_set_algo: ensure we only set known algorithms internallyNikos Mavrogiannopoulos1-0/+1
2016-01-19cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano FidĂȘncio1-3/+3
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-1/+1
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2012-10-12kex: Use getter functions to access kex arrays.Andreas Schneider1-3/+2
2011-11-10kex: Fix some build warnings.Andreas Schneider1-0/+2
2011-09-18priv: Move kex functions to kex header.Andreas Schneider1-2/+12
2011-09-18kex: split key selection and sendingAris Adamantiadis1-0/+7
2010-01-24Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis1-0/+3
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis1-0/+30