summaryrefslogtreecommitdiffhomepage
path: root/svr-kex.c
AgeCommit message (Expand)Author
2017-05-18merge 2017.75Matt Johnston
2016-11-19Use atomic key generation in all casesMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-05-02options for disabling "normal" DHMatt Johnston
2016-03-15assertion for case that shouldn't happenMatt Johnston
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-01-04Open directories O_RDONLY for fsync, add debugging if it failsMatt Johnston
2014-11-08Make sure hostkeys are flushed to disk to avoid empty files if the powerMatt Johnston
2014-01-23requirenext doesn't need two valuesMatt Johnston
2013-12-03Log when generating a hostkeyMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-11-09- Make curve25519 work after fixing a typo, interoperates with OpenSSHMatt Johnston
2013-11-08MergeMatt Johnston
2013-11-08curve25519Matt Johnston
2013-11-07Add '-R' for delayed hostkey optionMatt Johnston
2013-11-07refactor key generation, make it generate as required.Matt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-14requirenext fixup for firstkexfollowsMatt Johnston
2013-04-08- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-03-29More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
2011-02-27Refer to RFCs rather than drafts, update some section referencesMatt Johnston
2006-07-07Fixes from Erik Hovland:Matt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-17default initialisers for mp_intsMatt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-07-26snapshot of stuffMatt Johnston
2004-07-20switching to global varsMatt Johnston
2004-06-23merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston