summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-05-09Fix ecdsa verificationMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-28more ecdsa signkey work, not correctMatt Johnston
2013-04-14A bit of work on ecdsa for host/auth keysMatt 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-03-29More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston
2013-03-29Set LTC_SOURCE for proper ltm_desc etcMatt Johnston
2013-03-27ecc key import functionMatt Johnston
2013-03-27more bits on ecc branchMatt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
2013-03-24Define _GNU_SOURCE for vasprintfMatt Johnston
2013-03-24rename configure.in -> configure.acMike Frysinger
2013-03-23Fix a few compile warningsMatt Johnston
2013-03-23Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston
2013-03-21Added signature for changeset 9b80981212feMatt Johnston
2013-03-21Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94Matt Johnston
2013-03-21Forgot date in CHANGESMatt Johnston
2013-03-212013.56 changelogMatt Johnston
2013-03-21update text about authorized_keys optionsMatt Johnston
2013-03-21Add URL to usage textMatt Johnston
2013-03-21Make hmac-sha2-256 and hmac-sha2-512 workMatt Johnston
2013-03-21Make sure "struct timeval" is initialised on OS X to avoid valgrind warningsMatt Johnston
2013-03-20Fix "-c none" so that it allows aes during authenticationMatt Johnston
2013-03-20Fix "-m none" case and ugly typoMatt Johnston
2013-03-20Fix "-m none" case where an entire packet fits in a block and can beMatt Johnston
2013-03-20Merge "none" cipher/MAC branch. Also adds sha256 and sha512Matt Johnston
2013-03-20use an empty writebuf rather than a NULL oneMatt Johnston
2013-03-20document a few more changesMatt Johnston
2013-03-19Fix memory leak when direct TCP connections time out on connection.Matt Johnston
2013-03-19Allow specifying server "-p" options with ipv6 bracket notation,Matt Johnston
2013-03-19Android returns NULL for pw_crypt, set it to something elseMatt Johnston
2013-03-19ignore I_PUSH if it isn't defined, for Android from Reimar DöffingerMatt Johnston
2013-03-19Fix compat basename() to handle paths with no slashes. Thanks to Frank TeoMatt Johnston
2013-03-19Include /proc/vmstat as another random sourceMatt Johnston
2013-03-19link to Dropbear webpageMatt Johnston
2013-03-19Removed tag t:ltc-0.95-db-merge1Matt Johnston
2013-03-19Removed tag t:ltc-0.95-origMatt Johnston
2013-03-11fix signedness error in prototypeMatt Johnston
2013-03-03improve subsystem/sftp documentation, and multi-hop manual formattingMatt Johnston
2013-02-24fix typoMatt Johnston
2013-02-23DSS_PROTOK is not necessary now that private keys are includedMatt Johnston
2013-02-23add loadavg and entropy_avail as sourcesMatt Johnston