summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-05-09mergeMatt Johnston
--HG-- branch : ecc
2013-05-09Fix build for dropbearkey and ecdsa with certain optionsMatt Johnston
--HG-- branch : ecc
2013-05-09Fix ecdsa verificationMatt Johnston
--HG-- branch : ecc
2013-05-03ecdsa is workingMatt Johnston
--HG-- branch : ecc
2013-04-28more ecdsa signkey work, not correctMatt Johnston
--HG-- branch : ecc
2013-04-14A bit of work on ecdsa for host/auth keysMatt Johnston
--HG-- branch : ecc
2013-04-09A bit of debugging outputMatt Johnston
--HG-- branch : ecc
2013-04-09Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston
system libtomcrypt) A bit of progress with ecdsa code --HG-- branch : ecc
2013-04-09start on ecdsa keysMatt Johnston
--HG-- branch : ecc
2013-04-08- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston
- Reindent ecc.c properly --HG-- branch : ecc
2013-04-08add printmpint() for debuggingMatt Johnston
--HG-- branch : ecc
2013-04-08ecdh works against OpenSSHMatt Johnston
--HG-- branch : ecc
2013-04-08- Fix various hardcoded uses of SHA1Matt Johnston
- rename curves to nistp256 etc - fix svr-auth.c TRACE problem --HG-- branch : ecc
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
--HG-- branch : ecc
2013-04-06Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston
--HG-- branch : ecc
2013-03-29More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston
ses.hash and ses.session_id are now buffers (doesn't compile) --HG-- branch : ecc
2013-03-29Set LTC_SOURCE for proper ltm_desc etcMatt Johnston
--HG-- branch : ecc
2013-03-27ecc key import functionMatt Johnston
--HG-- branch : ecc
2013-03-27more bits on ecc branchMatt Johnston
--HG-- branch : ecc
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
--HG-- branch : ecc
2013-03-24Define _GNU_SOURCE for vasprintfMatt Johnston
2013-03-24rename configure.in -> configure.acMike Frysinger
Latest autotools warn now if the file is named configure.in --HG-- rename : configure.in => configure.ac
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
Default for options.h shouldn't allow "none"
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
read by read_packet_init()
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
Long-standing bug probably stemming from the awkwardly named delete_channel() versus remove_channel()
2013-03-19Allow specifying server "-p" options with ipv6 bracket notation,Matt Johnston
patch from Ben Jencks
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