summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-05-25have separate ecdsa keys for each sizeMatt Johnston
2013-05-23hackish ECC import code from OpenSSHMatt Johnston
2013-05-23Add m_mp_alloc_init_multi() helperMatt Johnston
2013-05-21Enable SMALL_CODE by defaultMatt Johnston
2013-05-21Fix static library order, libtomcrypt depends on libtommathMatt Johnston
2013-05-21Fix broken disablekey()Matt Johnston
2013-05-21merge in HEADMatt Johnston
2013-05-13Fix bad comma in header listMatt Johnston
2013-05-13Update config.guess and config.subMatt Johnston
2013-05-09quieten the compilerMatt Johnston
2013-05-09mergeMatt Johnston
2013-05-09Fix build for dropbearkey and ecdsa with certain optionsMatt Johnston
2013-05-09Fix ecdsa verificationMatt Johnston
2013-05-08Limit decompressed sizeMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-29Avoid segfault for locked accounts (invalid salt to crypt())Matt Johnston
2013-04-28more ecdsa signkey work, not correctMatt Johnston
2013-04-18Save with utf8 encodingMatt Johnston
2013-04-18Added signature for changeset f168962bab85Matt Johnston
2013-04-18Added tag DROPBEAR_2013.58 for changeset e76614145aeaMatt Johnston
2013-04-182013.58Matt Johnston
2013-04-18Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password loginsMatt Johnston
2013-04-17Use % rather than # for port delimiterMatt Johnston
2013-04-17Use '#' for host#port separator, document it. This fixes scpMatt Johnston
2013-04-17If running as non-root only allow that user to log inMatt Johnston
2013-04-16Fix build when zlib is disabled, fromMatt Johnston
2013-04-15Added signature for changeset 095b46180bbcMatt Johnston
2013-04-15Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017Matt Johnston
2013-04-15Fix error message for requirenext changeMatt Johnston
2013-04-15bump version to 2013.57Matt Johnston
2013-04-15changelog updates for 2013.57Matt Johnston
2013-04-14requirenext fixup for firstkexfollowsMatt Johnston
2013-04-14Document escape charsMatt Johnston
2013-04-14mergeMatt Johnston
2013-04-14-y -y to disable hostkey checkingMatt Johnston
2013-04-14A bit of work on ecdsa for host/auth keysMatt Johnston
2013-04-11Fix zlib for split newkeysMatt Johnston
2013-04-10run closehandlers on cleanupMatt Johnston
2013-04-10reset terminal modes before printing a messageMatt Johnston
2013-04-09A bit of debugging outputMatt Johnston
2013-04-09Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston
2013-04-09start on ecdsa keysMatt Johnston
2013-04-08- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston
2013-04-08add printmpint() for debuggingMatt Johnston
2013-04-08ecdh works against OpenSSHMatt Johnston
2013-04-08- Fix various hardcoded uses of SHA1Matt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-06Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston
2013-04-04setup tcp after requesting a channel - might hide some DNS latencyMatt Johnston
2013-04-04Take transmit and receive keys into use separatelyMatt Johnston